In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4477f4efa618ad1dc98479d6c1631bb62963bc70?hp=318bf70858c09319b660d27e01f5808b011181d3>

- Log -----------------------------------------------------------------
commit 4477f4efa618ad1dc98479d6c1631bb62963bc70
Author: David Mitchell <[email protected]>
Date:   Mon May 11 00:04:09 2009 +0100

    bump Storage version to 2.20 to distinguish it from the 2.19 that was
    bundled with 5.8.9
-----------------------------------------------------------------------

Summary of changes:
 ext/Storable/Storable.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm
index 6e7fa4f..20df4f1 100644
--- a/ext/Storable/Storable.pm
+++ b/ext/Storable/Storable.pm
@@ -23,7 +23,7 @@ use AutoLoader;
 use FileHandle;
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.19';
+$VERSION = '2.20';
 *AUTOLOAD = \&AutoLoader::AUTOLOAD;            # Grrr...
 
 #

--
Perl5 Master Repository

Reply via email to