]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - lib/autovivification.pm
Require perl 5.8.1
[perl/modules/autovivification.git] / lib / autovivification.pm
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).