Increase $Safe::VERSION to 2.37
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 02:07:16 +0000 (19:07 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:46 +0000 (22:11 -0700)
dist/Safe/Safe.pm

index 4c624cd..4db116d 100644 (file)
@@ -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 ***
 #