Subject: | Prevent command line processing during compilation only runs |
My development framework automatically runs perl -wc on code, which
usually produces succinct output upon success. However, since I don't
provide actual arguments to the code, running this on a program which
has required options results in Getopt::Euclid generating a usage
statement.
It would be useful if Getopt::Euclid could recognize that it's in
compile only mode and not perform command line processing. Or, if
that's not possible, have it monitor an environment variable (or
something!) to make it not perform the processing.
Thanks,
Diab