]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
Require perl 5.8.1
authorVincent Pit <vince@profvince.com>
Sun, 27 Feb 2011 18:49:16 +0000 (19:49 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 27 Feb 2011 18:49:16 +0000 (19:49 +0100)
Makefile.PL
lib/B/RecDeparse.pm

index 9b725093cc4b143f5c3dc0b5a862013dabce571c..fd80616ff74c5ec7234bc755a61bc29b3461df1b 100644 (file)
@@ -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",
index 12df138ed059273de20251c0a0818499bc07ccfa..fbce8700d76d5cefea53138d5862907bab295040 100644 (file)
@@ -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<perl> 5.8.1.
+
 L<Carp> (standard since perl 5), L<Config> (since perl 5.00307) and L<B::Deparse> (since perl 5.005).
 
 =head1 AUTHOR