In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7a950fe49b9cfd0728af3040bf916d3b2d41b31c?hp=6ac1779ffd26b6a514d515ad48e94220a6e32668>
- Log ----------------------------------------------------------------- commit 7a950fe49b9cfd0728af3040bf916d3b2d41b31c Author: Abhijit Menon-Sen <[email protected]> Date: Tue Sep 11 07:04:06 2012 +0530 Bump version to 2.39 because I botched the 2.38 release ----------------------------------------------------------------------- Summary of changes: dist/Storable/ChangeLog | 2 +- dist/Storable/Storable.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog index e61e97d..351159c 100644 --- a/dist/Storable/ChangeLog +++ b/dist/Storable/ChangeLog @@ -1,5 +1,5 @@ Tue 11 Sep 06:51:11 IST 2012 Abhijit Menon-Sen <[email protected]> - Version 2.38 + Version 2.39 Various bugfixes, including compatibility fixes for older versions of Perl and vstring handling. diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm index c2004f0..668bf44 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.38'; +$VERSION = '2.39'; BEGIN { if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) { -- Perl5 Master Repository
