../lib/AutoSplit.pm
AutoSplit - split a package for autoloading
perl -e 'use AutoSplit; autosplit_modules(@ARGV)' ...
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.