Adrian M. Enache [Wed, 13 Aug 2003 22:31:18 +0000 (01:31 +0300)]
Message-ID: <
20030813193118.GA1273@ratsnest.hole>
p4raw-id: //depot/perl@20685
print ASMDATA_PM $perl_header, <<'EOT';
package B::Asmdata;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use Exporter;
@ISA = qw(Exporter);
#
package B::Asmdata;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use Exporter;
@ISA = qw(Exporter);
@ISA = qw(Exporter);
@EXPORT_OK = qw(assemble_fh newasm endasm assemble asm);
-$VERSION = 0.04;
+$VERSION = 0.05;
use strict;
my %opnumber;
# License or the Artistic License, as specified in the README file.
package B::Disassembler::BytecodeStream;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
use FileHandle;
use Carp;