diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-20 22:31:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-21 08:21:58 -0700 |
commit | aac9e258b92132c9c0b6eae7ebdaa03a4600bbb3 (patch) | |
tree | 0800e3341297e8084d0305882cd8623cc48b7cb6 /dist/Storable | |
parent | 7c399a1dc82e2f704155b60835ea83be76207726 (diff) | |
download | perl-aac9e258b92132c9c0b6eae7ebdaa03a4600bbb3.tar.gz |
Increase $Storable::VERSION to 2.29
Diffstat (limited to 'dist/Storable')
-rw-r--r-- | dist/Storable/Storable.pm | 2 |
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 }) { |