From: Randy J. Ray Date: Thu, 27 Mar 1997 21:17:38 +0000 (-0700) Subject: Tiny doc fix for AutoSplit.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=edb45e35b76db486472b8cadde11ce584a0fcfa2;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/lib/AutoSplit.pm b/lib/AutoSplit.pm index ab634b2..03d76e6 100644 --- a/lib/AutoSplit.pm +++ b/lib/AutoSplit.pm @@ -39,7 +39,7 @@ last update of the hierarchy. The remaining three arguments to C 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 to check the module currently being split to ensure that it does include a C specification for the AutoLoader module, and