In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6bc059100668dd5718368f9434a2a238d039b78e?hp=e9d2e818e09bc1bed6b2109f74fcc75ceb03eb76>

- Log -----------------------------------------------------------------
commit 6bc059100668dd5718368f9434a2a238d039b78e
Author: David Mitchell <[email protected]>
Date:   Wed Aug 19 11:07:43 2009 +0100

    bump Safe version to 2.18
-----------------------------------------------------------------------

Summary of changes:
 ext/Safe/Safe.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/Safe/Safe.pm b/ext/Safe/Safe.pm
index b27c047..ff099ec 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.17_01";
+$Safe::VERSION = "2.18";
 
 # *** Don't declare any lexicals above this point ***
 #

--
Perl5 Master Repository

Reply via email to