This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0d59f
)
Increase $Storable::VERSION to 2.47
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 21 Aug 2013 03:38:08 +0000
(20:38 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 21 Aug 2013 04:38:07 +0000
(21:38 -0700)
dist/Storable/Storable.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Storable/Storable.pm
b/dist/Storable/Storable.pm
index
f297150
..
fbe50c2
100644
(file)
--- a/
dist/Storable/Storable.pm
+++ b/
dist/Storable/Storable.pm
@@
-22,7
+22,7
@@
package Storable; @ISA = qw(Exporter);
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.4
6
';
+$VERSION = '2.4
7
';
BEGIN {
if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {