../lib/AutoSplit.pm

NAME

AutoSplit - split a package for autoloading


SYNOPSIS

perl -e 'use AutoSplit; autosplit_modules(@ARGV)' ...


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.