From: Rafael Garcia-Suarez Date: Sun, 28 Jun 2009 14:08:19 +0000 (+0200) Subject: Bump Safe version to 2.17 for CPAN release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=03dbc343c8be5c169c9c735909ab35d3bbf05a0b;p=p5sagit%2Fp5-mst-13.2.git Bump Safe version to 2.17 for CPAN release --- diff --git a/ext/Safe/Safe.pm b/ext/Safe/Safe.pm index 812d571..9d3d589 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.16_01"; +$Safe::VERSION = "2.17"; # *** Don't declare any lexicals above this point *** #