remove C<my $x if foo> construct from core modules
[p5sagit/p5-mst-13.2.git] / ext / Opcode / Opcode.pm
index 6c4e8e5..9f426cd 100644 (file)
@@ -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;