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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
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...]

Completed in 14 milliseconds