diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-24 16:00:13 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-21 16:51:37 -0700 |
commit | f22549bbfa35b17fad20cb25463164fea72b9754 (patch) | |
tree | 7903a0b7ae31e041e68072111f8ac3f3bddfda9f /dist/Storable | |
parent | 3d3d38d4e9515d9e6801cfd7976a3633dbfe12d2 (diff) | |
download | perl-f22549bbfa35b17fad20cb25463164fea72b9754.tar.gz |
Increase $Storable::VERSION to 2.35
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 5601f6d0f2..6f92611e8f 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.34'; +$VERSION = '2.35'; BEGIN { if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) { |