Upped version to 0.98 and updated Changes
rkinyon [Fri, 24 Feb 2006 19:31:05 +0000 (19:31 +0000)]
Changes
lib/DBM/Deep.pm

diff --git a/Changes b/Changes
index 8b33844..60573e8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for DBM::Deep.
 
+0.98  Feb ?? ??:??:?? 2006 Pacific
+    - Fixed arraytest slowness by localizing $SIG{__DIE__} to prevent Test::Builder's
+      $SIG{__DIE__} from being called. (q.v. http://perldoc.perl.org/functions/eval.html)
+
 0.97  Feb 24 10:00:00 2006 Pacific
     - Reorganization of distribution to a more standard layout
     - Migration to Module::Build with EU::MM backwards compatibility
index 7b4d2b4..448ac86 100644 (file)
@@ -36,7 +36,7 @@ use Digest::MD5 ();
 use Scalar::Util ();
 
 use vars qw( $VERSION );
-$VERSION = q(0.97);
+$VERSION = q(0.98);
 
 ##
 # Set to 4 and 'N' for 32-bit offset tags (default).  Theoretical limit of 4 GB per file.