From: Jarkko Hietaniemi Date: Thu, 14 Aug 2003 04:54:18 +0000 (+0000) Subject: The blead version has got the dor. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35860eb2be7ed71dad771e9809bf6d609674d1b4;p=p5sagit%2Fp5-mst-13.2.git The blead version has got the dor. p4raw-id: //depot/perl@20689 --- diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 6c4e8e5..9f426cd 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, $XS_VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.05"; +$VERSION = "1.06"; $XS_VERSION = "1.03"; use Carp;