summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy J. Ray <rjray@uswest.com>1997-03-27 14:17:38 -0700
committerChip Salzenberg <chip@atlantic.net>1997-03-26 07:04:34 +1200
commitedb45e35b76db486472b8cadde11ce584a0fcfa2 (patch)
tree5734138e1ad7777f253454344845656d5f0dd88d
parent2a22bc95231c3a0dce10dce27dbe76a1a0441b04 (diff)
downloadperl-edb45e35b76db486472b8cadde11ce584a0fcfa2.tar.gz
Tiny doc fix for AutoSplit.pm
Seems that the C<.al> construct by itself causes pod2man to lose about half of the line, which confuses the explanation of the argument in question: p5p-msgid: rjray-9702272117.AA001223633@snakepit.ecte.uswc.uswest.com
-rw-r--r--lib/AutoSplit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AutoSplit.pm b/lib/AutoSplit.pm
index ab634b2330..03d76e66c3 100644
--- a/lib/AutoSplit.pm
+++ b/lib/AutoSplit.pm
@@ -39,7 +39,7 @@ last update of the hierarchy.
The remaining three arguments to C<autosplit> govern other options to the
autosplitter. If the third argument, I<$keep>, is false, then any pre-existing
-C<.al> files in the autoload directory are removed if they are no longer
+C<*.al> files in the autoload directory are removed if they are no longer
part of the module (obsoleted functions). The fourth argument, I<$check>,
instructs C<autosplit> to check the module currently being split to ensure
that it does include a C<use> specification for the AutoLoader module, and