From: Rafael Garcia-Suarez Date: Sat, 6 Mar 2010 21:39:07 +0000 (+0100) Subject: Bump version to 2.24 and update Changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8672299038fbdc259fa4d2c8fe9725ac94d729c7;p=p5sagit%2Fp5-mst-13.2.git Bump version to 2.24 and update Changes --- diff --git a/dist/Safe/Changes b/dist/Safe/Changes index 147bcf9..80e16a0 100644 --- a/dist/Safe/Changes +++ b/dist/Safe/Changes @@ -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 diff --git a/dist/Safe/META.yml b/dist/Safe/META.yml index 4d102ce..5c41dc1 100644 --- a/dist/Safe/META.yml +++ b/dist/Safe/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Safe -version: 2.23 +version: 2.24 abstract: ~ license: ~ author: ~ diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index 12dd777..059c6fb 100644 --- a/dist/Safe/Safe.pm +++ b/dist/Safe/Safe.pm @@ -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 *** #