summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-03-07 22:37:52 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-03-07 22:37:52 +0100
commit79b7484367aeaeee65e60704dd06273cfca231b9 (patch)
treeb9a3724c7062d4f40c2da1f11847f0a11a2fb6ff /dist
parent305aa7ae7250ccd59885f2ac5fa4f5fde410f98a (diff)
downloadperl-79b7484367aeaeee65e60704dd06273cfca231b9.tar.gz
Bump Safe to version 2.25
Diffstat (limited to 'dist')
-rw-r--r--dist/Safe/Changes3
-rw-r--r--dist/Safe/META.yml2
-rw-r--r--dist/Safe/Safe.pm2
3 files changed, 5 insertions, 2 deletions
diff --git a/dist/Safe/Changes b/dist/Safe/Changes
index 80e16a06c6..f246eb76f5 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 5c41dc1c06..2afb0d5801 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 30458325d1..e33598ea2a 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 ***
#