From: Rafael Garcia-Suarez Date: Wed, 30 Jan 2008 11:51:11 +0000 (+0000) Subject: Bump Safe's version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fad23372ba209cec4e1b9aca9f05def99e23d439;p=p5sagit%2Fp5-mst-13.2.git Bump Safe's version p4raw-id: //depot/perl@33124 --- diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm index 1a0ac75..785c665 100644 --- a/ext/Opcode/Safe.pm +++ b/ext/Opcode/Safe.pm @@ -3,7 +3,7 @@ package Safe; use 5.003_11; use strict; -$Safe::VERSION = "2.13"; +$Safe::VERSION = "2.14"; # *** Don't declare any lexicals above this point *** #