This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RE: [ID 20001013.009] DB_File issues warning when setting element to undef
[perl5.git] / ext / ODBM_File / ODBM_File.pm
index 732ed60..4244eb9 100644 (file)
@@ -6,7 +6,7 @@ require Tie::Hash;
 use XSLoader ();
 
 our @ISA = qw(Tie::Hash);
-our $VERSION = "1.02";
+our $VERSION = "1.03";
 
 XSLoader::load 'ODBM_File', $VERSION;