From: Rafael Garcia-Suarez Date: Sun, 7 Mar 2010 21:37:52 +0000 (+0100) Subject: Bump Safe to version 2.25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=79b7484367aeaeee65e60704dd06273cfca231b9;p=p5sagit%2Fp5-mst-13.2.git Bump Safe to version 2.25 --- diff --git a/dist/Safe/Changes b/dist/Safe/Changes index 80e16a0..f246eb7 100644 --- a/dist/Safe/Changes +++ b/dist/Safe/Changes @@ -1,3 +1,6 @@ +2.25 Sun Mar 7 2010 + - More security fixes by Nick Cleaton + 2.24 Sat Mar 6 2010 - Clean the stashes from the Safe compartment after evaluation of code. (Nick Cleaton, Tim Bunce, Rafael Garcia-Suarez) diff --git a/dist/Safe/META.yml b/dist/Safe/META.yml index 5c41dc1..2afb0d5 100644 --- a/dist/Safe/META.yml +++ b/dist/Safe/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Safe -version: 2.24 +version: 2.25 abstract: ~ license: ~ author: ~ diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index 3045832..e33598e 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.24"; +$Safe::VERSION = "2.25"; # *** Don't declare any lexicals above this point *** #