summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAdrian M. Enache <enache@rdslink.ro>2003-08-14 01:31:18 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-13 18:24:50 +0000
commita0edd7f8266d86f8576becc8e4647dbf502c681d (patch)
tree2f0901639966b0a665393f1a32074f73fd9a55b9 /ext
parentd1c9eea3064ab04768b3d7bf89e9cacdccaaada9 (diff)
downloadperl-a0edd7f8266d86f8576becc8e4647dbf502c681d.tar.gz
Re: script wanted
Message-ID: <20030813193118.GA1273@ratsnest.hole> p4raw-id: //depot/perl@20685
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B/Asmdata.pm2
-rw-r--r--ext/B/B/Assembler.pm2
-rw-r--r--ext/B/B/Disassembler.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/B/B/Asmdata.pm b/ext/B/B/Asmdata.pm
index 21b3364152..12646fc9c1 100644
--- a/ext/B/B/Asmdata.pm
+++ b/ext/B/B/Asmdata.pm
@@ -10,7 +10,7 @@
#
package B::Asmdata;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use Exporter;
@ISA = qw(Exporter);
diff --git a/ext/B/B/Assembler.pm b/ext/B/B/Assembler.pm
index 31a8e92975..afbd3383fb 100644
--- a/ext/B/B/Assembler.pm
+++ b/ext/B/B/Assembler.pm
@@ -16,7 +16,7 @@ no warnings; # XXX
@ISA = qw(Exporter);
@EXPORT_OK = qw(assemble_fh newasm endasm assemble asm);
-$VERSION = 0.04;
+$VERSION = 0.05;
use strict;
my %opnumber;
diff --git a/ext/B/B/Disassembler.pm b/ext/B/B/Disassembler.pm
index 65e2f40882..d097445b0a 100644
--- a/ext/B/B/Disassembler.pm
+++ b/ext/B/B/Disassembler.pm
@@ -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;