From: Rafael Garcia-Suarez Date: Tue, 25 Aug 2009 07:36:42 +0000 (+0200) Subject: Bump Safe version to 2.19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6eed0921e10b784f6cb4188dd78478d880d46585;p=p5sagit%2Fp5-mst-13.2.git Bump Safe version to 2.19 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 6642fd2..0c833b0 100755 --- 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 --- 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 *** #