This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Redo moving Text::ParseWords from lib to ext
[perl5.git] / lib / AnyDBM_File.pm
index ce85049..d73abab 100644 (file)
@@ -1,6 +1,6 @@
 package AnyDBM_File;
 
-use 5.005_64;
+use 5.006_001;
 our $VERSION = '1.00';
 our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA;