X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FODBM_File%2FODBM_File.pm;h=044e493055ac6c84033522e9930d6f3763fc005c;hb=a33f2d9ff72e8b22b6fbbee1f295dee14d2436b5;hp=c7b61d84ffe4f45b4ca217e751df730ff0578684;hpb=bbc7dcd2bd43efd6773e46b614c6eb1db5af78d2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/ODBM_File/ODBM_File.pm b/ext/ODBM_File/ODBM_File.pm index c7b61d8..044e493 100644 --- a/ext/ODBM_File/ODBM_File.pm +++ b/ext/ODBM_File/ODBM_File.pm @@ -7,7 +7,7 @@ require Tie::Hash; use XSLoader (); our @ISA = qw(Tie::Hash); -our $VERSION = "1.03"; +our $VERSION = "1.07"; XSLoader::load 'ODBM_File', $VERSION; @@ -97,7 +97,7 @@ sets C<$!> to contain the reason the file could not be tied. =head2 C -This warning is emmitted when you try to store a key or a value that +This warning is emitted when you try to store a key or a value that is too long. It means that the change was not recorded in the database. See BUGS AND WARNINGS below.