From: Vincent Pit Date: Sun, 27 Feb 2011 18:49:16 +0000 (+0100) Subject: Require perl 5.8.1 X-Git-Tag: v0.05~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=587b4af8be7a11cf99f16c199715c786e67167df Require perl 5.8.1 --- diff --git a/Makefile.PL b/Makefile.PL index 9b72509..fd80616 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.008; +use 5.008001; use strict; use warnings; @@ -44,7 +44,7 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008, + MIN_PERL_VERSION => 5.008001, META_MERGE => \%META, dist => { PREOP => "pod2text $file > \$(DISTVNAME)/README", diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index 12df138..fbce870 100644 --- a/lib/B/RecDeparse.pm +++ b/lib/B/RecDeparse.pm @@ -1,6 +1,6 @@ package B::RecDeparse; -use 5.008; +use 5.008001; use strict; use warnings; @@ -229,6 +229,8 @@ An object-oriented module shouldn't export any function, and so does this one. =head1 DEPENDENCIES +L 5.8.1. + L (standard since perl 5), L (since perl 5.00307) and L (since perl 5.005). =head1 AUTHOR