Bump version to 2.23
Rafael Garcia-Suarez [Mon, 22 Feb 2010 22:31:46 +0000 (23:31 +0100)]
dist/Safe/Changes
dist/Safe/META.yml
dist/Safe/Safe.pm

index 2af50fd..147bcf9 100644 (file)
@@ -1,3 +1,9 @@
+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
+      (Tim Bunce)
+    - Add some symbols from version::vxs to the default share
+
 2.22 Thu Feb 11 2010
     fix [perl #72700]: An exception thrown from a closure was getting lost.
     (Tim Bunce)
index 2ffb283..4d102ce 100644 (file)
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Safe
-version:             2.22
+version:             2.23
 abstract:            ~
 license:             ~
 author:              ~
index 3eac5d0..38e9f81 100644 (file)
@@ -6,7 +6,7 @@ use Scalar::Util qw(reftype);
 use Config qw(%Config);
 use constant is_usethreads => $Config{usethreads};
 
-$Safe::VERSION = "2.22";
+$Safe::VERSION = "2.23";
 
 # *** Don't declare any lexicals above this point ***
 #