Skip to content

Commit

Permalink
Update autosplit docs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@4764 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Feb 21, 2004
1 parent 4f2495c commit 3b71a83
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/Module/Build.pm
Expand Up @@ -518,8 +518,12 @@ for C<*.t> files.
=item autosplit
An optional C<autosplit> argument specifies a file which should be run
through the C<Autosplit::autosplit()> function. In general I don't
consider this a great idea, because it's not always clear that
through the C<Autosplit::autosplit()> function. If multiple files
should be split, the argument may be given as an array of the files to
split.
In general I don't consider autosplitting a great idea, because it's
not always clear that
autosplitting achieves its intended performance benefits. It may even
harm performance in environments like mod_perl, where as much as
possible of a module's code should be loaded during startup.
Expand Down

0 comments on commit 3b71a83

Please sign in to comment.