[libnet-dbus-perl] 185/335: Fix typo

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:51 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 5732a2e5ade3bcb7b110a653bfa0faa929b5a19e
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Fri Feb 3 13:43:50 2006 +0000

    Fix typo
---
 lib/Net/DBus/Exporter.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Net/DBus/Exporter.pm b/lib/Net/DBus/Exporter.pm
index 798f1e2..05cb9fc 100644
--- a/lib/Net/DBus/Exporter.pm
+++ b/lib/Net/DBus/Exporter.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: Exporter.pm,v 1.10 2006/01/27 15:34:23 dan Exp $
+# $Id: Exporter.pm,v 1.11 2006/02/03 13:43:50 dan Exp $
 
 =pod
 
@@ -283,7 +283,7 @@ sub _dbus_introspector {
 		# choice of not supporting introspection
 		next if $parent eq "Net::DBus::Object";
 
-		my $ins = &dbus_introspector($object, $parent);
+		my $ins = &_dbus_introspector($object, $parent);
 		if ($ins) {
 		    return $ins;
 		}

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