diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-03-07 22:37:52 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-03-07 22:37:52 +0100 |
commit | 79b7484367aeaeee65e60704dd06273cfca231b9 (patch) | |
tree | b9a3724c7062d4f40c2da1f11847f0a11a2fb6ff /dist/Safe/Safe.pm | |
parent | 305aa7ae7250ccd59885f2ac5fa4f5fde410f98a (diff) | |
download | perl-79b7484367aeaeee65e60704dd06273cfca231b9.tar.gz |
Bump Safe to version 2.25
Diffstat (limited to 'dist/Safe/Safe.pm')
-rw-r--r-- | dist/Safe/Safe.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index 30458325d1..e33598ea2a 100644 --- a/dist/Safe/Safe.pm +++ b/dist/Safe/Safe.pm @@ -5,7 +5,7 @@ use strict; use Scalar::Util qw(reftype); use B qw(sub_generation); -$Safe::VERSION = "2.24"; +$Safe::VERSION = "2.25"; # *** Don't declare any lexicals above this point *** # |