Subject: | MooseX::Getopt - options with optional args |
MooseX::Getopt needs to infer the correct Getopt::Long type for options
with optional args. Currently, the type comes solely from
MooseX::Getopt::OptionTypeMap->get_option_type(), but it needs to look
at the requiredness of that option as well to munge "=x" to ":x". I
haven't yet been able to figure out where to find this, but knowing it,
I expect a patch to be a one-liner.