diff options
Diffstat (limited to 'contrib/perl5/ext/ByteLoader/ByteLoader.pm')
-rw-r--r-- | contrib/perl5/ext/ByteLoader/ByteLoader.pm | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/contrib/perl5/ext/ByteLoader/ByteLoader.pm b/contrib/perl5/ext/ByteLoader/ByteLoader.pm deleted file mode 100644 index 9c8c84d..0000000 --- a/contrib/perl5/ext/ByteLoader/ByteLoader.pm +++ /dev/null @@ -1,40 +0,0 @@ -package ByteLoader; - -use XSLoader (); - -$VERSION = 0.04; - -XSLoader::load 'ByteLoader', $VERSION; - -# Preloaded methods go here. - -1; -__END__ - -=head1 NAME - -ByteLoader - load byte compiled perl code - -=head1 SYNOPSIS - - use ByteLoader 0.04; - <byte code> - - use ByteLoader 0.04; - <byte code> - -=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. - -=head1 AUTHOR - -Tom Hughes <tom@compton.nu> based on the ideas of Tim Bunce and others. - -=head1 SEE ALSO - -perl(1). - -=cut |