r14433@Rob-Kinyons-PowerBook: rob | 2006-06-19 09:19:01 -0400
rkinyon [Mon, 19 Jun 2006 13:57:41 +0000 (13:57 +0000)]
 Bumped version number

MANIFEST
lib/DBM/Deep.pm

index cf4cea0..4e9a3e3 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -36,3 +36,4 @@ t/27_filehandle.t.db
 t/28_DATA.t
 t/29_dash_ell.t
 t/30_already_tied.t
+t/39_singletons.t
index e1a25ef..02d3f72 100644 (file)
@@ -36,7 +36,7 @@ use Digest::MD5 ();
 use Scalar::Util ();
 
 use vars qw( $VERSION );
-$VERSION = q(0.983);
+$VERSION = q(0.984);
 
 ##
 # Set to 4 and 'N' for 32-bit offset tags (default).  Theoretical limit of 4 GB per file.