in reply to Getopt::Long case matching last wins

> I would have expected either for the exact case match to be preferred, or getopt to complain, per its documentation

I'm not sure why this warning is suppressed unless $^W. I'll change the behaviour to die in this case. It's a programmer (caller) error.

  • Comment on Re: Getopt::Long case matching last wins