projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ba9cb7c
)
use non-dev version for Safe
author
Ricardo Signes <rjbs@cpan.org>
Wed, 16 Jan 2013 21:17:13 +0000 (16:17 -0500)
committer
Ricardo Signes <rjbs@cpan.org>
Fri, 18 Jan 2013 03:43:51 +0000 (22:43 -0500)
dist/Safe/Safe.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Safe/Safe.pm
b/dist/Safe/Safe.pm
index
865a9dc
..
46e1e50
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.33_01";
+$Safe::VERSION = "2.34";
# *** Don't declare any lexicals above this point ***
#