From: Rafael Garcia-Suarez Date: Mon, 22 Feb 2010 22:31:46 +0000 (+0100) Subject: Bump version to 2.23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7606119fc09e3d427982fd0c23f9df2cccb8c19;p=p5sagit%2Fp5-mst-13.2.git Bump version to 2.23 --- diff --git a/dist/Safe/Changes b/dist/Safe/Changes index 2af50fd..147bcf9 100644 --- a/dist/Safe/Changes +++ b/dist/Safe/Changes @@ -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) diff --git a/dist/Safe/META.yml b/dist/Safe/META.yml index 2ffb283..4d102ce 100644 --- a/dist/Safe/META.yml +++ b/dist/Safe/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Safe -version: 2.22 +version: 2.23 abstract: ~ license: ~ author: ~ diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index 3eac5d0..38e9f81 100644 --- a/dist/Safe/Safe.pm +++ b/dist/Safe/Safe.pm @@ -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 *** #