Subject: | Generated Build script should have help message |
In a distribution that uses Module::Build, when you run 'perl Build.PL'
it generates a Build executable, but it's not clear how to use that:
% ./Build --help
Building File-Temp
% ./Build install --help
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/share/man/man3'
Do not have write permissions on '/usr/share/man/man3'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at /usr/share/perl5/Module/Build/Base.pm line 3569
The Build program should provide a basic usage message, or if no options
are accepted, it should give a message for that. (And unknown options
should be an error rather than ignored.)