r38315 - /trunk/dh-make-perl/Build.PL

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Jun 20 07:13:18 UTC 2009


Author: dmn
Date: Sat Jun 20 07:13:13 2009
New Revision: 38315

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38315
Log:
perl requirement is 5.010

Debian::Control::Stanza uses '//=' (and has 'require v5.10.0')

Modified:
    trunk/dh-make-perl/Build.PL

Modified: trunk/dh-make-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Build.PL?rev=38315&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Sat Jun 20 07:13:13 2009
@@ -6,7 +6,7 @@
     module_name         => 'DhMakePerl',
     license             => 'gpl',
     requires            => {
-        perl    => '5.008',
+        perl    => '5.010',
 
         'AptPkg::Cache'             => 0,
         'AptPkg::Config'            => 0,




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