projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
40b46ab
)
Bump version to 2.26
Rafael Garcia-Suarez [Tue, 9 Mar 2010 09:08:37 +0000 (10:08 +0100)]
dist/Safe/Changes
patch
|
blob
|
blame
|
history
dist/Safe/META.yml
patch
|
blob
|
blame
|
history
dist/Safe/Safe.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Safe/Changes
b/dist/Safe/Changes
index
f246eb7
..
fda75cf
100644
(file)
--- 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
(file)
--- 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
(file)
--- 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 ***
#