diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-03-31 09:51:08 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-03-31 13:19:15 -0700 |
commit | 9ff92c368c69e5df824457dc6b238feafd4afb6b (patch) | |
tree | 5abbf3441162cb4bf683b7255f070de911c3d82c /dist/Safe | |
parent | 6ca94f4195fb0098aa03840e9e36566404e034c5 (diff) | |
download | perl-9ff92c368c69e5df824457dc6b238feafd4afb6b.tar.gz |
Increase $Safe::VERSION to 2.32
Diffstat (limited to 'dist/Safe')
-rw-r--r-- | 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 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 *** # |