David Wheeler wrote:
On Mar 25, 2004, at 12:17 PM, Stas Bekman wrote:

Good point. How about:

To see the available options and their meaning run:

perl -MApache::TestConfig -le 'Apache::TestConfig::usage()'


Bleh. How 'bout if filter_args() can watch for -help and do this for you? Then people can just:

perl Makefile.PL -help

That doesn't sound very intutitive to me. I suggest the following happy compromise:


Document a few of the most commonly wanted config args (-httpd/-apxs/...) and add the command how to get the rest, by calling usage().

When t/TEST is generated, where does it get those docs?


From Apache::TestConfig.

package Apache::TestConfig;

[...]


Ah, that seems fine. I trust that there's a usage() function already, too?

See above:

  perl -MApache::TestConfig -le 'Apache::TestConfig::usage()'
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to