X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FDB_File%2FDB_File.pm;h=105f121746c3344ca56fd4f88687c00519d77320;hb=d8bf0b8cc0654f404eb597a952c50e72976fd4fa;hp=6bf139f14fcc7956c1fd71eb355df6d7999343bf;hpb=22901f3092e7c5e351ab76b58f47dc595d022343;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm index 6bf139f..105f121 100644 --- a/ext/DB_File/DB_File.pm +++ b/ext/DB_File/DB_File.pm @@ -2,9 +2,9 @@ # # written by Paul Marquess (pmqs@cpan.org) # last modified 28th October 2007 -# version 1.817 +# version 1.818 # -# Copyright (c) 1995-2008 Paul Marquess. All rights reserved. +# Copyright (c) 1995-2009 Paul Marquess. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. @@ -165,7 +165,7 @@ our ($db_version, $use_XSLoader, $splice_end_array, $Error); use Carp; -$VERSION = "1.817_01" ; +$VERSION = "1.818" ; $VERSION = eval $VERSION; # needed for dev releases {