This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9d2e81
)
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>
Wed, 19 Aug 2009 10:07:43 +0000
(11:07 +0100)
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.1
7_01
";
+$Safe::VERSION = "2.1
8
";
# *** Don't declare any lexicals above this point ***
#