blob: 86df8c018bbd54cd7b16a9bff164e8f24ab43fe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
=head1 NAME
AutoSplit - split a package for autoloading
=head1 DESCRIPTION
This function will split up your program into files that the AutoLoader
module can handle. Normally only used to build autoloading Perl library
modules, especially extensions (like POSIX). You should look at how
they're built out for details.
|