Bump version to 2.24 and update Changes
Rafael Garcia-Suarez [Sat, 6 Mar 2010 21:39:07 +0000 (22:39 +0100)]
dist/Safe/Changes
dist/Safe/META.yml
dist/Safe/Safe.pm

index 147bcf9..80e16a0 100644 (file)
@@ -1,3 +1,10 @@
+2.24 Sat Mar  6 2010
+    - Clean the stashes from the Safe compartment after evaluation of code.
+      (Nick Cleaton, Tim Bunce, Rafael Garcia-Suarez)
+    - Add methods wrap_code_ref and wrap_code_refs_within (Tim Bunce)
+    - Share SWASHGET in perls < 5.10 (R.G-S)
+    - Add more version::vxs routines to the default share (Tatsuhiko Miyagawa)
+
 2.23 Mon Feb 22 2010
     - Install Safe in "site" instead of "perl" for perls > 5.10
     - [perl #72942] Can't perform unicode operations in Safe compartment
index 4d102ce..5c41dc1 100644 (file)
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Safe
-version:             2.23
+version:             2.24
 abstract:            ~
 license:             ~
 author:              ~
index 12dd777..059c6fb 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use Scalar::Util qw(reftype);
 use B qw(sub_generation);
 
-$Safe::VERSION = "2.23";
+$Safe::VERSION = "2.24";
 
 # *** Don't declare any lexicals above this point ***
 #