Searched refs:autosplit (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.t65 my $com = qq($runperl -e "use AutoSplit; autosplit (qw(@_))");
123 cmp_ok ($output, 'eq', $args{Get}, "Output from autosplit()ing $args{Name}");
237 *DIR*/*MOD*/autosplit.ix
250 *MOD*/autosplit.ix
270 like (&*MOD*::test6, qr!^\Q*INC**PATHSEP**MOD*\E\.pm \(autosplit into \Q@{[File::Spec->catfile('*DIR*','*MOD*', 'test6.al')]}\E\):\d+$!);
292 *MOD*/autosplit.ix
294 *DIR*/*MOD*/autosplit.ix
307 *MOD*/autosplit.ix
309 *DIR*/*MOD*/autosplit.ix
335 *MOD*/autosplit
[all...]
H A DAutoSplit.pm16 @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> wil
160 sub autosplit{ subroutine
[all...]
H A DAutoLoader.pm103 # but autosplit should have warned about that when splitting.
134 # Try to find the autosplit index file. Eg., if the call package
136 # '/usr/local/lib/perl5/POSIX.pm', and the autosplit index file is in
137 # '/usr/local/lib/perl5/auto/POSIX/autosplit.ix', so we require that.
142 # 'auto/POSIX/autosplit.ix' (without the leading 'lib').
151 $path =~ s#^(.*)$malldir\.pm\z#$1auto:$malldir:autosplit.ix#s;
153 $path =~ s#^(.*)$calldir\.pm\z#$1auto/$calldir/autosplit.ix#;
159 $path ="auto/$calldir/autosplit.ix";
335 AutoLoader may fail to find the autosplit files (or even find the wrong
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm400 Filenames with the extension .pm are autosplit into the $autosplit_dir.
486 my $retval = autosplit(@_);
H A DMM_Any.pm518 Defines a simple perl call that runs autosplit. May be deprecated by
530 use AutoSplit; %s autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1)

Completed in 18 milliseconds