summaryrefslogtreecommitdiff
path: root/dist/Safe
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-03 08:51:14 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-04-03 08:51:14 -0700
commit57ef7c84d0edb2d2e89bbab264bcdfaf37312a51 (patch)
treec6cb401761960f387e649a28dd8317371295bda3 /dist/Safe
parentd1718a7cf54f01c3c9d449a1ea96c9bba32d1126 (diff)
downloadperl-57ef7c84d0edb2d2e89bbab264bcdfaf37312a51.tar.gz
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.
Diffstat (limited to 'dist/Safe')
-rw-r--r--dist/Safe/Safe.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm
index b578bc7984..a5cc238cba 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 ***
#