[libnet-dbus-perl] 251/335: Fix docs typo

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:06 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 baa2779a3ad912627663a16bb23b463abc373064
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Jan 2 19:41:55 2008 -0500

    Fix docs typo
---
 lib/Net/DBus/RemoteObject.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Net/DBus/RemoteObject.pm b/lib/Net/DBus/RemoteObject.pm
index e9fa0bb..2c7448b 100644
--- a/lib/Net/DBus/RemoteObject.pm
+++ b/lib/Net/DBus/RemoteObject.pm
@@ -28,7 +28,7 @@ Net::DBus::RemoteObject - Access objects provided on the bus
   my $object = $service->get_object("/org/freedesktop/DBus");
 
   print "Names on the bus {\n";
-  foreach my $name (sort $object->ListNames) {
+  foreach my $name (sort @{$object->ListNames}) {
       print "  ", $name, "\n";
   }
   print "}\n";

-- 
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