From: sprout Date: Sat, 6 Feb 2010 06:10:01 +0000 (-0800) Subject: Set version to 1.0016 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBM-Deep.git;a=commitdiff_plain;h=a8ee1892e98cea35cbf63bddd1a34d5849e3ca03 Set version to 1.0016 --- diff --git a/lib/DBM/Deep.pm b/lib/DBM/Deep.pm index 15cca01..828124b 100644 --- a/lib/DBM/Deep.pm +++ b/lib/DBM/Deep.pm @@ -6,7 +6,7 @@ use strict; use warnings FATAL => 'all'; no warnings 'recursion'; -our $VERSION = q(1.0015); +our $VERSION = q(1.0016); use Data::Dumper (); use Scalar::Util ();