From: Rafael Garcia-Suarez Date: Mon, 28 Jan 2008 17:18:53 +0000 (+0000) Subject: Bump the version of Safe X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b41b1dd440c5da8808066ee3650a2655b234e891;p=p5sagit%2Fp5-mst-13.2.git Bump the version of Safe p4raw-id: //depot/perl@33096 --- diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm index 5ec376b..1a0ac75 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.12"; +$Safe::VERSION = "2.13"; # *** Don't declare any lexicals above this point *** #