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

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?


Regards,

David



Reply via email to