Subject: | required parameter checking bug |
Hi and thanks for this module,
unfortunately, the required-parameter checking seems to have a bug: It
fails to parse required parameters such as:
foo:s
which is valid Getopt::Long syntax for the equivalent
foo=s
Now, I understand that once one knows this, the workaround is trivial,
but it can lead to annoying bugs if not.
Best regards,
Steffen