summaryrefslogtreecommitdiff
path: root/ext/ByteLoader/ByteLoader.pm
diff options
context:
space:
mode:
authorTom Hughes <tom@compton.nu>1999-05-27 00:59:49 +0100
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-28 17:13:23 +0000
commitfae23481e496a64db421960ccaacae746c232caa (patch)
tree08109c36ed32868be933b6115d3e25e6c37ac6a9 /ext/ByteLoader/ByteLoader.pm
parent5a19d8e6be28d8101d2de50db43a0fd23e0ec25d (diff)
downloadperl-fae23481e496a64db421960ccaacae746c232caa.tar.gz
ByteLoader mark 2
To: perl5-porters@perl.org Message-ID: <bf337a0849.tom@compton.compton.nu> plus resolve tiny conflict with #3479 plus regen_headers. p4raw-id: //depot/cfgperl@3499
Diffstat (limited to 'ext/ByteLoader/ByteLoader.pm')
-rw-r--r--ext/ByteLoader/ByteLoader.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ByteLoader/ByteLoader.pm b/ext/ByteLoader/ByteLoader.pm
index d11d9573c7..46870105d8 100644
--- a/ext/ByteLoader/ByteLoader.pm
+++ b/ext/ByteLoader/ByteLoader.pm
@@ -4,7 +4,7 @@ require DynaLoader;
@ISA = qw(DynaLoader);
-$VERSION = 0.01;
+$VERSION = 0.03;
bootstrap ByteLoader $VERSION;
@@ -19,10 +19,10 @@ ByteLoader - load byte compiled perl code
=head1 SYNOPSIS
- use ByteLoader 0.01;
+ use ByteLoader 0.03;
<byte code>
- use ByteLoader 0.01;
+ use ByteLoader 0.03;
<byte code>
=head1 DESCRIPTION