Lines Matching refs:autosplit
16 @EXPORT = qw(&autosplit &autosplit_lib_modules);
25 autosplit($file, $dir, $keep, $check, $modtime);
35 The C<autosplit> interface splits the specified file into a hierarchy
37 class hierarchy, and creates the file F<autosplit.ix>. This file acts as
41 The remaining three arguments to C<autosplit> govern other options to
56 fourth argument, I<$check>, instructs C<autosplit> to check the module
65 that C<autosplit> is to check the modification time of the module
66 against that of the C<autosplit.ix> file, and only split the module if
75 perl -e 'use AutoSplit; autosplit($ARGV[0], $ARGV[1], 0, 1, 1)'
78 C<autosplit> will split the specified file into the specified directory and
142 my $IndexFile = "autosplit.ix"; # file also serves as timestamp
160 sub autosplit{
350 # Changes made here will be lost when autosplit is run again.
354 #line $lineno "$filename (autosplit into $path)"