Searched refs:AutoSplit (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm202 The B<AutoLoader> module works with the B<AutoSplit> module and the
208 (See L<perldata>.) The B<AutoSplit> module can then be run manually to
234 The AutoSplit and B<AutoLoader> modules automate the creation of forward
235 declarations. The AutoSplit module creates an 'index' file containing
236 forward declarations of all the AutoSplit subroutines. When the
281 AutoLoader's AUTOLOAD subroutine (because it doesn't have any AutoSplit
317 should be faster, but requires a mechanism like B<AutoSplit> be used to
319 B<AutoSplit> automatically if B<AutoLoader> is used in a module source
332 can lead to conflicting file names. The I<AutoSplit> package warns of
H A DAutoSplit.t31 require AutoSplit; # Run time. Check it compiles.
32 ok (1, "AutoSplit loaded");
65 my $com = qq($runperl -e "use AutoSplit; autosplit (qw(@_))");
68 # it's probably worthwhile spawning, as it ensures that nothing in AutoSplit
182 # compare routine in AutoSplit thinks that it shouldn't split the files.
205 tests from the end of the AutoSplit module.
211 @Yet::Another::AutoSplit::ISA = 'AutoLoader';
221 package Yet::Another::AutoSplit;
229 Warning: AutoSplit had to create top-level *DIR* unexpectedly.
234 directory *DIR**PATHSEP*Yet*PATHSEP*Another*PATHSEP*AutoSplit*ENDPATHSE
[all...]
H A DAutoSplit.pm1 package AutoSplit; package
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> wil
[all...]
H A DSelfLoader.pm230 There is a maintenance gain in not needing to run AutoSplit on the module
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm418 use AutoSplit;
477 From 1.0307 back, AutoSplit will sometimes leave an open filehandle to
487 close *AutoSplit::IN if defined *AutoSplit::IN{IO};
H A DMM_Any.pm526 my $maxlen = $attribs{MAXLEN} ? '$$AutoSplit::Maxlen=$attribs{MAXLEN};'
530 use AutoSplit; %s autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1)

Completed in 20 milliseconds