p4raw-id: //depot/perl@20697
@ISA = qw(Exporter);
@EXPORT_OK = qw(assemble_fh newasm endasm assemble asm);
-$VERSION = 0.05;
+$VERSION = 0.06;
use strict;
my %opnumber;
# License or the Artistic License, as specified in the README file.
package B::Disassembler::BytecodeStream;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
use FileHandle;
use Carp;