r55108 - /trunk/dh-make-perl/lib/Debian/AptContents.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Mar 30 10:23:52 UTC 2010


Author: dmn
Date: Tue Mar 30 10:23:44 2010
New Revision: 55108

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55108
Log:
AptContents: add 5.10.1 to the list of Debian's perls

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

Modified: trunk/dh-make-perl/lib/Debian/AptContents.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/AptContents.pm?rev=55108&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/AptContents.pm (original)
+++ trunk/dh-make-perl/lib/Debian/AptContents.pm Tue Mar 30 10:23:44 2010
@@ -399,7 +399,7 @@
 
 =cut
 
-our @debian_perls = qw( 5.008008 5.010000 );
+our @debian_perls = qw( 5.008008 5.010000 5.010001 );
 
 sub find_core_perl_dependency {
     my ( $self, $module, $version ) = @_;




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