Bump version to 2.26
Rafael Garcia-Suarez [Tue, 9 Mar 2010 09:08:37 +0000 (10:08 +0100)]
dist/Safe/Changes
dist/Safe/META.yml
dist/Safe/Safe.pm

index f246eb7..fda75cf 100644 (file)
@@ -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
 
index 2afb0d5..5f357fe 100644 (file)
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Safe
-version:             2.25
+version:             2.26
 abstract:            ~
 license:             ~
 author:              ~
index 59b59e8..97ef75f 100644 (file)
@@ -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 ***
 #