Steve Peters <[EMAIL PROTECTED]> writes: > Two reasons, really. First, -f is not a recognized option under > perl -h if USE_SITECUSTOMIZE isn't included. Second, the code > generates warnings under various lints and compilers as it > currently stood.
My original patch did show "-f" in the perl -h output, and I think that is slightly better. I don't mind much either way. The compiler warning could probably be fixed by helping the complier out a bit. perl-5.8.7 has been released with a working -f even for non-USE_SITECUSTOMIZE perls. Do we want this behaviour to change again? Regards, Gisle