X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FByteLoader%2FByteLoader.pm;h=cf9fdf287422484b0907235a912ee1e6231cb414;hb=36d57d93b96b25d607e30e624947d4248efa2ead;hp=286d74697eecd5c050c3fe3e0b42d01351d48e9f;hpb=146174a91a192983720a158796dc066226ad0e55;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/ByteLoader/ByteLoader.pm b/ext/ByteLoader/ByteLoader.pm index 286d746..cf9fdf2 100644 --- a/ext/ByteLoader/ByteLoader.pm +++ b/ext/ByteLoader/ByteLoader.pm @@ -2,12 +2,10 @@ package ByteLoader; use XSLoader (); -$VERSION = 0.03; +our $VERSION = '0.05'; XSLoader::load 'ByteLoader', $VERSION; -# Preloaded methods go here. - 1; __END__ @@ -17,21 +15,23 @@ ByteLoader - load byte compiled perl code =head1 SYNOPSIS - use ByteLoader 0.03; + use ByteLoader 0.04; - use ByteLoader 0.03; - + or just + + perl -MByteLoader bytecode_file =head1 DESCRIPTION -This module is used to load byte compiled perl code. It uses the source -filter mechanism to read the byte code and insert it into the compiled -code at the appropriate point. +This module is used to load byte compiled perl code as produced by +C. It uses the source filter mechanism to read +the byte code and insert it into the compiled code at the appropriate point. =head1 AUTHOR Tom Hughes based on the ideas of Tim Bunce and others. +Many changes by Enache Adrian 2003 a.d. =head1 SEE ALSO