From: Rafael Garcia-Suarez Date: Fri, 2 Jul 2004 10:06:29 +0000 (+0000) Subject: Bump version number of Safe for CPAN release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fa3ce9ee33c5a6790400175c834f30a6408f81f;p=p5sagit%2Fp5-mst-13.2.git Bump version number of Safe for CPAN release p4raw-id: //depot/perl@23025 --- diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm index 0d17d9a..d37e1fd 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.10_01"; +$Safe::VERSION = "2.11"; # *** Don't declare any lexicals above this point *** #