Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / ByteLoader.pm
blob9c8c84d677c24ef9950f802fe900b6126619ea4f
1 package ByteLoader;
3 use XSLoader ();
5 $VERSION = 0.04;
7 XSLoader::load 'ByteLoader', $VERSION;
9 # Preloaded methods go here.
12 __END__
14 =head1 NAME
16 ByteLoader - load byte compiled perl code
18 =head1 SYNOPSIS
20 use ByteLoader 0.04;
21 <byte code>
23 use ByteLoader 0.04;
24 <byte code>
26 =head1 DESCRIPTION
28 This module is used to load byte compiled perl code. It uses the source
29 filter mechanism to read the byte code and insert it into the compiled
30 code at the appropriate point.
32 =head1 AUTHOR
34 Tom Hughes <tom@compton.nu> based on the ideas of Tim Bunce and others.
36 =head1 SEE ALSO
38 perl(1).
40 =cut