diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 19:07:16 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:46 -0700 |
commit | be2588b7c71b4673a0a47ffb3e5a8730a3090bdc (patch) | |
tree | dd96b26ad33c848ab5acdba530c589b755d9cbe0 /dist/Safe | |
parent | 3bf028c7ca3ca924f5b702a63bdce062f674612f (diff) | |
download | perl-be2588b7c71b4673a0a47ffb3e5a8730a3090bdc.tar.gz |
Increase $Safe::VERSION to 2.37
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 4c624cdb78..4db116dff5 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.36"; +$Safe::VERSION = "2.37"; # *** Don't declare any lexicals above this point *** # |