summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/ByteLoader/ByteLoader.pm
blob: 9c8c84d677c24ef9950f802fe900b6126619ea4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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
OpenPOWER on IntegriCloud