Increase $Safe::VERSION to 2.39

Programming / Compilers / PERL - Father Chrysostomos [cpan.org] - 21 December 2014 09:06 UTC



###

diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm
index 1d4f21f..d78fcc5 100644
--- 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.38";
+$Safe::VERSION = "2.39";

# *** Don't declare any lexicals above this point ***
#

7279e36 Increase $Safe::VERSION to 2.39
dist/Safe/Safe.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: perl5.git.perl.org


  • Share