projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
13a8458
)
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
patch
|
blob
|
blame
|
history
lib/DBM/Deep.pm
patch
|
blob
|
blame
|
history
diff --git
a/MANIFEST
b/MANIFEST
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
diff --git
a/lib/DBM/Deep.pm
b/lib/DBM/Deep.pm
index
e1a25ef
..
02d3f72
100644
(file)
--- 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.983);
+$VERSION = q(0.984);
##
# Set to 4 and 'N' for 32-bit offset tags (default). Theoretical limit of 4 GB per file.