Bump version to 2.21 and add changelog
Rafael Garcia-Suarez [Thu, 14 Jan 2010 21:45:18 +0000 (22:45 +0100)]
dist/Safe/Changes
dist/Safe/META.yml
dist/Safe/Safe.pm

index db471a7..5e089b4 100644 (file)
@@ -1,3 +1,7 @@
+2.21 Thu Jan 14 2010
+    fix [perl #72068]: An anonymous sub created by the Safe container will have
+    bogus arguments passed to it.
+
 2.20 Tue Dec 1 2009
     fix [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with
         -Dusethreads (Tim Bunce)
index edf9d53..6495d46 100644 (file)
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Safe
-version:             2.20
+version:             2.21
 abstract:            ~
 license:             ~
 author:              ~
index 41a7d44..fd628de 100644 (file)
@@ -6,7 +6,7 @@ use Scalar::Util qw(reftype);
 use Config qw(%Config);
 use constant is_usethreads => $Config{usethreads};
 
-$Safe::VERSION = "2.20";
+$Safe::VERSION = "2.21";
 
 # *** Don't declare any lexicals above this point ***
 #