Bump Safe's version to 2.22
Rafael Garcia-Suarez [Thu, 11 Feb 2010 21:57:31 +0000 (22:57 +0100)]
dist/Safe/Changes
dist/Safe/META.yml
dist/Safe/Safe.pm

index 5e089b4..2af50fd 100644 (file)
@@ -1,3 +1,7 @@
+2.22 Thu Feb 11 2010
+    fix [perl #72700]: An exception thrown from a closure was getting lost.
+    (Tim Bunce)
+
 2.21 Thu Jan 14 2010
     fix [perl #72068]: An anonymous sub created by the Safe container will have
     bogus arguments passed to it.
index 6495d46..2ffb283 100644 (file)
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Safe
-version:             2.21
+version:             2.22
 abstract:            ~
 license:             ~
 author:              ~
index 7453f24..e8a16ae 100644 (file)
@@ -6,7 +6,7 @@ use Scalar::Util qw(reftype);
 use Config qw(%Config);
 use constant is_usethreads => $Config{usethreads};
 
-$Safe::VERSION = "2.21";
+$Safe::VERSION = "2.22";
 
 # *** Don't declare any lexicals above this point ***
 #