In perl.git, the branch dual/Safe has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2c9ec40e3923bc3222014f8549ec33543a583a2e?hp=312434d200ea2a8487b21594aeb6c13838c42b0b>

- Log -----------------------------------------------------------------
commit 2c9ec40e3923bc3222014f8549ec33543a583a2e
Author: Rafael Garcia-Suarez <r...@consttype.org>
Date:   Sat Mar 31 17:23:15 2012 +0200

    Release version 2.32 of Safe
-----------------------------------------------------------------------

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

diff --git a/dist/Safe/Changes b/dist/Safe/Changes
index 593049c..55c22d9 100644
--- a/dist/Safe/Changes
+++ b/dist/Safe/Changes
@@ -1,3 +1,6 @@
+2.32 Sat Mar 31 2012
+    - Make Safe play nice with Devel::Cover
+
 2.31 Fri Jan 20 2012
     - Now need to use code points above 255 to get SWASHNEW to load
 
diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm
index 5aa2f6e..97654cb 100644
--- a/dist/Safe/Safe.pm
+++ b/dist/Safe/Safe.pm
@@ -4,7 +4,7 @@ use 5.003_11;
 use strict;
 use Scalar::Util qw(reftype refaddr);
 
-$Safe::VERSION = "2.31";
+$Safe::VERSION = "2.32";
 
 # *** Don't declare any lexicals above this point ***
 #

--
Perl5 Master Repository

Reply via email to