Lines Matching refs:AutoSplit
1 package AutoSplit;
21 AutoSplit - split a package for autoloading
72 Typical use of AutoSplit in the perl MakeMaker utility is via the command-line
75 perl -e 'use AutoSplit; autosplit($ARGV[0], $ARGV[1], 0, 1, 1)'
95 As of version 1.01 of the AutoSplit module it is possible to have
115 C<AutoSplit> will inform the user if it is necessary to create the
117 the script or installation process that invokes C<AutoSplit> have
121 C<AutoSplit> will warn the user of all subroutines whose name causes
127 Warnings are issued and the file skipped if C<AutoSplit> cannot locate
130 C<AutoSplit> will also emit general diagnostics for inability to
173 # ./miniperl -e 'use AutoSplit; autosplit_lib_modules(@ARGV)' ...
225 print "Warning: AutoSplit had to create top-level " .
232 open(my $in, "<$filename") or die "AutoSplit: Can't open $filename: $!\n";
252 print "AutoSplit skipped $filename: no AutoLoader used\n"
275 print "AutoSplit skipped ($al_idx_file newer than $filename)\n"
351 # See AutoSplit.pm.
415 carp "AutoSplit: unable to create timestamp file ($al_idx_file): $!";
416 print $ts "# Index created by AutoSplit for $filename\n";
487 # test functions so AutoSplit.pm can be applied to itself:
495 package Yet::Another::AutoSplit;