From: David Mitchell Date: Wed, 19 Aug 2009 10:07:43 +0000 (+0100) Subject: bump Safe version to 2.18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6bc059100668dd5718368f9434a2a238d039b78e;p=p5sagit%2Fp5-mst-13.2.git bump Safe version to 2.18 --- 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 *** #