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 8f84dd732dba5b48008b482e8830d0423cb4be85 Author: Daniel P. Berrange <[email protected]> Date: Mon Nov 21 10:53:31 2005 +0000 Fix typo in POD. Remove redundant import of RemoteObject --- lib/Net/DBus/Object.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Net/DBus/Object.pm b/lib/Net/DBus/Object.pm index ada5ba9..c93d965 100644 --- a/lib/Net/DBus/Object.pm +++ b/lib/Net/DBus/Object.pm @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: Object.pm,v 1.18 2005/10/23 16:34:12 dan Exp $ +# $Id: Object.pm,v 1.19 2005/11/21 10:53:31 dan Exp $ =pod @@ -116,7 +116,7 @@ This creates a new DBus object with an path of C<$path> registered within the service C<$service>. The C<$path> parameter should be a string complying with the usual DBus requirements for object paths, while the C<$service> -parameter should be an instrance of L<Net::DBus::Service>. +parameter should be an instance of L<Net::DBus::Service>. The latter is typically obtained by calling the C<export_service> method on the L<Net::DBus> object. @@ -172,7 +172,6 @@ BEGIN { } } -use Net::DBus::RemoteObject; use Net::DBus::Exporter "org.freedesktop.DBus.Introspectable"; use Net::DBus::Binding::Message::Error; use Net::DBus::Binding::Message::MethodReturn; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
