]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - lib/autovivification.pm
Move all run-time tweaks to the peephole optimizer
[perl/modules/autovivification.git] / lib / autovivification.pm
index 4f4f98b8581691e2280cace1c0e87ab275450adf..f23871221913086c4617dd622d968b1d1f4c79c2 100644 (file)
@@ -1,6 +1,6 @@
 package autovivification;
 
-use 5.008001;
+use 5.008003;
 
 use strict;
 use warnings;
@@ -198,7 +198,7 @@ If warnings are turned on, Perl will complain about one-element slices.
 
 =head1 DEPENDENCIES
 
-L<perl> 5.8.1.
+L<perl> 5.8.3.
 
 L<XSLoader> (standard since perl 5.006).