projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6a856da
)
bump Safe version to 2.18
author
David Mitchell <davem@iabyn.com>
Wed, 19 Aug 2009 10:07:43 +0000 (11:07 +0100)
committer
David Mitchell <davem@iabyn.com>
Sat, 22 Aug 2009 18:39:33 +0000 (19:39 +0100)
(cherry picked from commit
6bc059100668dd5718368f9434a2a238d039b78e
)
ext/Safe/Safe.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Safe/Safe.pm
b/ext/Safe/Safe.pm
index
b27c047
..
ff099ec
100644
(file)
--- a/
ext/Safe/Safe.pm
+++ b/
ext/Safe/Safe.pm
@@
-3,7
+3,7
@@
package Safe;
use 5.003_11;
use strict;
-$Safe::VERSION = "2.17_01";
+$Safe::VERSION = "2.18";
# *** Don't declare any lexicals above this point ***
#