This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip some File::Copy tests on Win32 since file permissions do not
[perl5.git] / lib / AnyDBM_File.pm
index 58ffda7..d73abab 100644 (file)
@@ -1,6 +1,7 @@
 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;
 
 my $mod;