summaryrefslogtreecommitdiff
path: root/dist/Safe
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-03-31 09:51:08 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-03-31 13:19:15 -0700
commit9ff92c368c69e5df824457dc6b238feafd4afb6b (patch)
tree5abbf3441162cb4bf683b7255f070de911c3d82c /dist/Safe
parent6ca94f4195fb0098aa03840e9e36566404e034c5 (diff)
downloadperl-9ff92c368c69e5df824457dc6b238feafd4afb6b.tar.gz
Increase $Safe::VERSION to 2.32
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 9335dc6494..a8114ccf36 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 ***
#