From: rkinyon <rkinyon@50811bd7-b8ce-0310-adc1-d9db26280581>
Date: Fri, 24 Feb 2006 19:31:05 +0000 (+0000)
Subject: Upped version to 0.98 and updated Changes
X-Git-Tag: 0-98~16
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3cb84dc2588f2fcc3af31941e39bdc7fb273a02;p=dbsrgits%2FDBM-Deep.git

Upped version to 0.98 and updated Changes
---

diff --git a/Changes b/Changes
index 8b33844..60573e8 100644
--- 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
diff --git a/lib/DBM/Deep.pm b/lib/DBM/Deep.pm
index 7b4d2b4..448ac86 100644
--- a/lib/DBM/Deep.pm
+++ b/lib/DBM/Deep.pm
@@ -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.