projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
107b9ac
)
Bump Safe version to 2.19
Rafael Garcia-Suarez [Tue, 25 Aug 2009 07:36:42 +0000 (09:36 +0200)]
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
ext/Safe/Safe.pm
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
6642fd2
..
0c833b0
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-1567,7
+1567,7
@@
package Maintainers;
'Safe' =>
{
'MAINTAINER' => 'rgarcia',
- 'DISTRIBUTION' => 'RGARCIA/Safe-2.17.tar.gz',
+ 'DISTRIBUTION' => 'RGARCIA/Safe-2.19.tar.gz',
'FILES' => q[ext/Safe],
'CPAN' => 1,
'UPSTREAM' => "blead",
diff --git
a/ext/Safe/Safe.pm
b/ext/Safe/Safe.pm
index
ff099ec
..
6926a4e
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.18";
+$Safe::VERSION = "2.19";
# *** Don't declare any lexicals above this point ***
#