summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-03-09 10:08:37 +0100
committerJesse Vincent <jesse@bestpractical.com>2010-05-13 17:59:24 -0400
commit759efeb57373ab491460d0540cd0476f7c04a520 (patch)
tree76c9391fc543c0b17351a3c36e914c8a36e9523f
parentcbfe6b993239fc26ff053a2a8c22c2631a930d7e (diff)
downloadperl-759efeb57373ab491460d0540cd0476f7c04a520.tar.gz
Bump version to 2.26
-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 f246eb76f5..fda75cfa23 100644
--- a/dist/Safe/Changes
+++ b/dist/Safe/Changes
@@ -1,3 +1,6 @@
+2.26 Mon Mar 9 2010
+ - Restore compatibility with perls < 5.8.9
+
2.25 Sun Mar 7 2010
- More security fixes by Nick Cleaton
diff --git a/dist/Safe/META.yml b/dist/Safe/META.yml
index 2afb0d5801..5f357feb3b 100644
--- a/dist/Safe/META.yml
+++ b/dist/Safe/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Safe
-version: 2.25
+version: 2.26
abstract: ~
license: ~
author: ~
diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm
index 59b59e8a48..97ef75f333 100644
--- a/dist/Safe/Safe.pm
+++ b/dist/Safe/Safe.pm
@@ -4,7 +4,7 @@ use 5.003_11;
use strict;
use Scalar::Util qw(reftype);
-$Safe::VERSION = "2.25";
+$Safe::VERSION = "2.26";
# *** Don't declare any lexicals above this point ***
#