[libnet-dbus-perl] 167/335: POD cleanup

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 48a53617a96fef4b12303dfcd5e7fcfa8bf626fb
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Wed Dec 21 12:04:41 2005 +0000

    POD cleanup
---
 lib/Net/DBus/Binding/Bus.pm          | 29 ++++++++++++++++++++++++++++-
 lib/Net/DBus/Binding/Introspector.pm |  6 +++---
 lib/Net/DBus/Binding/Value.pm        |  4 ++--
 lib/Net/DBus/Dumper.pm               |  4 ++--
 lib/Net/DBus/Exporter.pm             |  4 ++--
 lib/Net/DBus/RemoteService.pm        |  4 ++--
 lib/Net/DBus/Service.pm              |  4 ++--
 7 files changed, 41 insertions(+), 14 deletions(-)

diff --git a/lib/Net/DBus/Binding/Bus.pm b/lib/Net/DBus/Binding/Bus.pm
index e51c309..14f2424 100644
--- a/lib/Net/DBus/Binding/Bus.pm
+++ b/lib/Net/DBus/Binding/Bus.pm
@@ -16,7 +16,17 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-# $Id: Bus.pm,v 1.8 2005/10/15 13:31:42 dan Exp $
+# $Id: Bus.pm,v 1.9 2005/12/21 12:01:42 dan Exp $
+
+=pod
+
+=head1 NAME
+
+Net::DBus::Binding::Bus - Handle to a well-known message bus instance
+
+=head1 SYNOPSIS
+
+=cut
 
 package Net::DBus::Binding::Bus;
 
@@ -107,3 +117,20 @@ sub AUTOLOAD {
 
 1;
 
+=pod
+
+=back
+
+=head1 SEE ALSO
+
+L<Net::DBus::Binding::Connection>, L<Net::DBus>
+
+=head1 AUTHOR
+
+Daniel Berrange E<lt>dan at berrange.comE<gt>
+
+=head1 COPYRIGHT
+
+Copyright 2004-2005 by Daniel Berrange
+
+=cut
diff --git a/lib/Net/DBus/Binding/Introspector.pm b/lib/Net/DBus/Binding/Introspector.pm
index ff5ec8a..b91d5ea 100644
--- a/lib/Net/DBus/Binding/Introspector.pm
+++ b/lib/Net/DBus/Binding/Introspector.pm
@@ -16,13 +16,13 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-# $Id: Introspector.pm,v 1.11 2005/11/21 11:36:12 dan Exp $
+# $Id: Introspector.pm,v 1.12 2005/12/21 12:01:42 dan Exp $
 
 =pod
 
 =head1 NAME
 
-Net::DBus::Introspector - handling of object introspection data
+Net::DBus::Binding::Introspector - Handler for object introspection data
 
 =head1 SYNOPSIS
 
@@ -42,7 +42,7 @@ Net::DBus::Introspector - handling of object introspection data
 This class is responsible for managing introspection data, and
 answering questions about it. This is not intended for use by 
 application developers, whom should instead consult the higher
-level API in L<Net::DBus::Exporter>
+level API in L<Net::DBus::Exporter>.
 
 =head1 METHODS
 
diff --git a/lib/Net/DBus/Binding/Value.pm b/lib/Net/DBus/Binding/Value.pm
index cc07148..29d9247 100644
--- a/lib/Net/DBus/Binding/Value.pm
+++ b/lib/Net/DBus/Binding/Value.pm
@@ -16,13 +16,13 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-# $Id: Value.pm,v 1.5 2005/12/05 20:04:06 dan Exp $
+# $Id: Value.pm,v 1.6 2005/12/21 12:01:42 dan Exp $
 
 =pod
 
 =head1 NAME
 
-Net::DBus::Binding::Value - a strongly typed data value
+Net::DBus::Binding::Value - Strongly typed data value
 
 =head1 SYNOPSIS
 
diff --git a/lib/Net/DBus/Dumper.pm b/lib/Net/DBus/Dumper.pm
index 353cadb..275a607 100644
--- a/lib/Net/DBus/Dumper.pm
+++ b/lib/Net/DBus/Dumper.pm
@@ -16,13 +16,13 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-# $Id: Dumper.pm,v 1.6 2005/10/23 16:30:42 dan Exp $
+# $Id: Dumper.pm,v 1.7 2005/12/21 12:04:27 dan Exp $
 
 =pod
 
 =head1 NAME
 
-Net::DBus::Dumper - stringify DBus objects suitable for printing
+Net::DBus::Dumper - Stringify Net::DBus objects suitable for printing
 
 =head1 SYNOPSIS
 
diff --git a/lib/Net/DBus/Exporter.pm b/lib/Net/DBus/Exporter.pm
index c1721f7..43360b4 100644
--- a/lib/Net/DBus/Exporter.pm
+++ b/lib/Net/DBus/Exporter.pm
@@ -16,13 +16,13 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-# $Id: Exporter.pm,v 1.8 2005/11/21 11:37:56 dan Exp $
+# $Id: Exporter.pm,v 1.9 2005/12/21 12:04:41 dan Exp $
 
 =pod
 
 =head1 NAME
 
-Net::DBus::Exporter - exports methods and signals to the bus
+Net::DBus::Exporter - Export object methods and signals to the bus
 
 =head1 SYNOPSIS
 
diff --git a/lib/Net/DBus/RemoteService.pm b/lib/Net/DBus/RemoteService.pm
index ff2f92c..f570dc0 100644
--- a/lib/Net/DBus/RemoteService.pm
+++ b/lib/Net/DBus/RemoteService.pm
@@ -16,13 +16,13 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-# $Id: RemoteService.pm,v 1.7 2005/10/23 16:34:12 dan Exp $
+# $Id: RemoteService.pm,v 1.8 2005/12/21 12:04:11 dan Exp $
 
 =pod
 
 =head1 NAME
 
-Net::DBus::RemoteService - access services on the bus
+Net::DBus::RemoteService - Access services provided on the bus
 
 =head1 SYNOPSIS
 
diff --git a/lib/Net/DBus/Service.pm b/lib/Net/DBus/Service.pm
index 6dffcb8..aaf8100 100644
--- a/lib/Net/DBus/Service.pm
+++ b/lib/Net/DBus/Service.pm
@@ -16,13 +16,13 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-# $Id: Service.pm,v 1.9 2005/10/15 15:39:35 dan Exp $
+# $Id: Service.pm,v 1.10 2005/12/21 12:04:11 dan Exp $
 
 =pod
 
 =head1 NAME
 
-Net::DBus::Service - represents a service exported to the message bus
+Net::DBus::Service - Provide a service to the bus for clients to use
 
 =head1 SYNOPSIS
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list