In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/57ef7c84d0edb2d2e89bbab264bcdfaf37312a51?hp=d1718a7cf54f01c3c9d449a1ea96c9bba32d1126>

- Log -----------------------------------------------------------------
commit 57ef7c84d0edb2d2e89bbab264bcdfaf37312a51
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Tue Apr 3 08:51:14 2012 -0700

    Decrease $Safe::VERSION to 2.31_01
    
    There has been a release of 2.32 on CPAN with changes that are not in
    blead.  So what bleadperl has is 2.31 plus a tiny fix that does not
    affect older perl versions.
-----------------------------------------------------------------------

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

diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm
index b578bc7..a5cc238 100644
--- a/dist/Safe/Safe.pm
+++ b/dist/Safe/Safe.pm
@@ -3,7 +3,7 @@ package Safe;
 use 5.003_11;
 use Scalar::Util qw(reftype refaddr);
 
-$Safe::VERSION = "2.32";
+$Safe::VERSION = "2.31_01";
 
 # *** Don't declare any lexicals above this point ***
 #

--
Perl5 Master Repository

Reply via email to