In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d0eaab344ab79c51129625f6ef622217d10034cc?hp=2f2424c095fe9309b45a18d220d8fff71ac59565>

- Log -----------------------------------------------------------------
commit d0eaab344ab79c51129625f6ef622217d10034cc
Author: David Mitchell <[email protected]>
Date:   Fri Jul 3 16:03:45 2009 +0100

    Revert "Bump Module-Pluggable VERSION following
    4a28828fc8f160c18323be1125f0f8473bcd000f"
    
    (There is no need to bump the version number for just a core-specific
    Makefile.PL hack)
    
    This reverts commit 53102b2bf304e114abfc50b0b9efcd8bbcab5c41.

M       ext/Module-Pluggable/lib/Module/Pluggable.pm

commit 1f003618aee9be23bafe6c74f0875073e1474efa
Author: David Mitchell <[email protected]>
Date:   Fri Jul 3 15:58:05 2009 +0100

    bump memoize version to distinguish it from 5.8.9

M       lib/Memoize.pm
-----------------------------------------------------------------------

Summary of changes:
 ext/Module-Pluggable/lib/Module/Pluggable.pm |    2 +-
 lib/Memoize.pm                               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/Module-Pluggable/lib/Module/Pluggable.pm 
b/ext/Module-Pluggable/lib/Module/Pluggable.pm
index f9b707f..bbdb49b 100644
--- a/ext/Module-Pluggable/lib/Module/Pluggable.pm
+++ b/ext/Module-Pluggable/lib/Module/Pluggable.pm
@@ -9,7 +9,7 @@ use Module::Pluggable::Object;
 # Peter Gibbons: I wouldn't say I've been missing it, Bob! 
 
 
-$VERSION = '3.9_01';
+$VERSION = '3.9';
 
 sub import {
     my $class        = shift;
diff --git a/lib/Memoize.pm b/lib/Memoize.pm
index a7f29de..0cecbca 100644
--- a/lib/Memoize.pm
+++ b/lib/Memoize.pm
@@ -11,7 +11,7 @@
 # Version 1.01 $Revision: 1.18 $ $Date: 2001/06/24 17:16:47 $
 
 package Memoize;
-$VERSION = '1.01_02';
+$VERSION = '1.01_03';
 
 # Compile-time constants
 sub SCALAR () { 0 } 

--
Perl5 Master Repository

Reply via email to