r38330 - /trunk/dh-make-perl/lib/Debian/Version.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Jun 20 18:34:46 UTC 2009


Author: dmn
Date: Sat Jun 20 18:34:41 2009
New Revision: 38330

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38330
Log:
fix export of deb_ver_cmp

Modified:
    trunk/dh-make-perl/lib/Debian/Version.pm

Modified: trunk/dh-make-perl/lib/Debian/Version.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Version.pm?rev=38330&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Version.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Version.pm Sat Jun 20 18:34:41 2009
@@ -12,7 +12,7 @@
 
 =cut
 
-use Exporter;
+use base 'Exporter';
 
 our @EXPORT_OK = qw( deb_ver_cmp );
 




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