From: Rafael Garcia-Suarez Date: Tue, 9 Mar 2010 09:08:37 +0000 (+0100) Subject: Bump version to 2.26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=472e0b2a3f33e1fa0d8164cc97c26d15756734b0;p=p5sagit%2Fp5-mst-13.2.git Bump version to 2.26 --- diff --git a/dist/Safe/Changes b/dist/Safe/Changes index f246eb7..fda75cf 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 2afb0d5..5f357fe 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 59b59e8..97ef75f 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 *** #