[libnet-dbus-perl] 241/335: Make sure Dumper ISA Exporter

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:05 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 b8111da272e93b4be8aee0272096ee53072d8fa7
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Thu Jul 12 10:37:59 2007 -0400

    Make sure Dumper ISA Exporter
---
 lib/Net/DBus/Dumper.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Net/DBus/Dumper.pm b/lib/Net/DBus/Dumper.pm
index 90b8871..18cb1eb 100644
--- a/lib/Net/DBus/Dumper.pm
+++ b/lib/Net/DBus/Dumper.pm
@@ -77,7 +77,7 @@ package Net::DBus::Dumper;
 use strict;
 use warnings;
 
-use Exporter;
+use base qw(Exporter);
 
 use vars qw(@EXPORT);
 

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