X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FByteLoader%2FByteLoader.pm;h=cf9fdf287422484b0907235a912ee1e6231cb414;hb=36d57d93b96b25d607e30e624947d4248efa2ead;hp=9c8c84d677c24ef9950f802fe900b6126619ea4f;hpb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/ByteLoader/ByteLoader.pm b/ext/ByteLoader/ByteLoader.pm index 9c8c84d..cf9fdf2 100644 --- a/ext/ByteLoader/ByteLoader.pm +++ b/ext/ByteLoader/ByteLoader.pm @@ -2,12 +2,10 @@ package ByteLoader; use XSLoader (); -$VERSION = 0.04; +our $VERSION = '0.05'; XSLoader::load 'ByteLoader', $VERSION; -# Preloaded methods go here. - 1; __END__ @@ -20,18 +18,20 @@ ByteLoader - load byte compiled perl code use ByteLoader 0.04; - use ByteLoader 0.04; - + 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