r55110 - /trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Mar 30 10:24:20 UTC 2010


Author: dmn
Date: Tue Mar 30 10:24:14 2010
New Revision: 55110

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55110
Log:
make: drop unused oldest_perl_version constant

Modified:
    trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm?rev=55110&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Tue Mar 30 10:24:14 2010
@@ -62,10 +62,6 @@
 # TODO:
 # * get more info from the package (maybe using CPAN methods)
 
-# this is the version in 'oldstable'. No much point on depending on something
-# older
-use constant oldest_perl_version => '5.8.8-7';
-
 sub check_deprecated_overrides {
     my $self = shift;
 




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