]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Require perl 5.8.1
authorVincent Pit <vince@profvince.com>
Tue, 18 May 2010 21:33:31 +0000 (23:33 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 18 May 2010 21:33:31 +0000 (23:33 +0200)
Makefile.PL
lib/autovivification.pm

index e33c81c55d79b81760efe42406dc6be098536061..3c510a82b90fc9325639337739b662a6c6eefba6 100644 (file)
@@ -1,4 +1,4 @@
-use 5.008;
+use 5.008001;
 
 use strict;
 use warnings;
@@ -56,7 +56,7 @@ WriteMakefile(
  PL_FILES         => {},
  @DEFINES,
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008,
+ MIN_PERL_VERSION => 5.008001,
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text $file > \$(DISTVNAME)/README",
index 01caf24e998939bac293c7742712523b0ce042d7..56f37a9169fd807fd6804593661b6dd18bbde985 100644 (file)
@@ -1,6 +1,6 @@
 package autovivification;
 
-use 5.008;
+use 5.008001;
 
 use strict;
 use warnings;
@@ -171,7 +171,7 @@ If warnings are turned on, Perl will complain about one-element slices.
 
 =head1 DEPENDENCIES
 
-L<perl> 5.8.
+L<perl> 5.8.1.
 
 L<XSLoader> (standard since perl 5.006).