diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2003-08-14 01:31:18 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-13 18:24:50 +0000 |
commit | a0edd7f8266d86f8576becc8e4647dbf502c681d (patch) | |
tree | 2f0901639966b0a665393f1a32074f73fd9a55b9 /bytecode.pl | |
parent | d1c9eea3064ab04768b3d7bf89e9cacdccaaada9 (diff) | |
download | perl-a0edd7f8266d86f8576becc8e4647dbf502c681d.tar.gz |
Re: script wanted
Message-ID: <20030813193118.GA1273@ratsnest.hole>
p4raw-id: //depot/perl@20685
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl index 68167e1050..e3104af731 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -46,7 +46,7 @@ open(ASMDATA_PM, ">ext/B/B/Asmdata.pm") or die "ext/B/B/Asmdata.pm: $!"; print ASMDATA_PM $perl_header, <<'EOT'; package B::Asmdata; -our $VERSION = '1.00'; +our $VERSION = '1.01'; use Exporter; @ISA = qw(Exporter); |