summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-03-09 10:08:37 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-03-09 11:52:45 +0100
commit472e0b2a3f33e1fa0d8164cc97c26d15756734b0 (patch)
tree655149f640b7c118ade69612cf7975f5d06d9136 /dist
parent40b46ab8063dafd3563b817d72d1aaae426f27f0 (diff)
downloadperl-472e0b2a3f33e1fa0d8164cc97c26d15756734b0.tar.gz
Bump version to 2.26
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 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 ***
#