Change 20698 by [EMAIL PROTECTED] on 2003/08/14 07:06:03
...than the maint versions.
Affected files ...
... //depot/maint-5.8/perl/bytecode.pl#10 edit
... //depot/maint-5.8/perl/ext/B/B/Assembler.pm#3 edit
... //depot/maint-5.8/perl/ext/B/B/Disassembler.pm#3 edit
Differences ...
==== //depot/maint-5.8/perl/bytecode.pl#10 (text) ====
Index: perl/bytecode.pl
--- perl/bytecode.pl#9~20271~ Mon Jul 28 08:18:57 2003
+++ perl/bytecode.pl Thu Aug 14 00:06:03 2003
@@ -46,7 +46,7 @@
print ASMDATA_PM $perl_header, <<'EOT';
package B::Asmdata;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use Exporter;
@ISA = qw(Exporter);
==== //depot/maint-5.8/perl/ext/B/B/Assembler.pm#3 (text) ====
Index: perl/ext/B/B/Assembler.pm
--- perl/ext/B/B/Assembler.pm#2~20241~ Sun Jul 27 13:07:20 2003
+++ perl/ext/B/B/Assembler.pm Thu Aug 14 00:06:03 2003
@@ -16,7 +16,7 @@
@ISA = qw(Exporter);
@EXPORT_OK = qw(assemble_fh newasm endasm assemble asm);
-$VERSION = 0.04;
+$VERSION = 0.05;
use strict;
my %opnumber;
==== //depot/maint-5.8/perl/ext/B/B/Disassembler.pm#3 (text) ====
Index: perl/ext/B/B/Disassembler.pm
--- perl/ext/B/B/Disassembler.pm#2~20241~ Sun Jul 27 13:07:20 2003
+++ perl/ext/B/B/Disassembler.pm Thu Aug 14 00:06:03 2003
@@ -6,7 +6,7 @@
# 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;
End of Patch.