This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate mainline
[perl5.git] / lib / base.pm
index 681e8f0..c6d8cca 100644 (file)
@@ -44,8 +44,8 @@ L<fields>
 
 package base;
 
-use 5.005_64;
-our $VERSION = "1.01";
+use 5.006_001;
+our $VERSION = "1.02";
 
 sub import {
     my $class = shift;