projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e199845
)
Bump the version of Safe
Rafael Garcia-Suarez [Mon, 28 Jan 2008 17:18:53 +0000 (17:18 +0000)]
p4raw-id: //depot/perl@33096
ext/Opcode/Safe.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Opcode/Safe.pm
b/ext/Opcode/Safe.pm
index
5ec376b
..
1a0ac75
100644
(file)
--- a/
ext/Opcode/Safe.pm
+++ b/
ext/Opcode/Safe.pm
@@
-3,7
+3,7
@@
package Safe;
use 5.003_11;
use strict;
-$Safe::VERSION = "2.12";
+$Safe::VERSION = "2.13";
# *** Don't declare any lexicals above this point ***
#