summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-20 22:31:01 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-21 08:21:58 -0700
commitaac9e258b92132c9c0b6eae7ebdaa03a4600bbb3 (patch)
tree0800e3341297e8084d0305882cd8623cc48b7cb6
parent7c399a1dc82e2f704155b60835ea83be76207726 (diff)
downloadperl-aac9e258b92132c9c0b6eae7ebdaa03a4600bbb3.tar.gz
Increase $Storable::VERSION to 2.29
-rw-r--r--dist/Storable/Storable.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm
index e69b455723..78ff0b6b5c 100644
--- a/dist/Storable/Storable.pm
+++ b/dist/Storable/Storable.pm
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter);
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.28';
+$VERSION = '2.29';
BEGIN {
if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {