projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf028c
)
Increase $Safe::VERSION to 2.37
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 23 Jun 2013 02:07:16 +0000
(19:07 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 23 Jun 2013 05:11:46 +0000
(22:11 -0700)
dist/Safe/Safe.pm
patch
|
blob
|
history
diff --git
a/dist/Safe/Safe.pm
b/dist/Safe/Safe.pm
index
4c624cd
..
4db116d
100644
(file)
--- a/
dist/Safe/Safe.pm
+++ b/
dist/Safe/Safe.pm
@@
-3,7
+3,7
@@
package Safe;
use 5.003_11;
use Scalar::Util qw(reftype refaddr);
-$Safe::VERSION = "2.3
6
";
+$Safe::VERSION = "2.3
7
";
# *** Don't declare any lexicals above this point ***
#