Skip Menu |

This queue is for tickets about the MooseX-Getopt CPAN distribution.

Report information
The Basics
Id: 62499
Status: new
Priority: 0/
Queue: MooseX-Getopt

People
Owner: Nobody in particular
Requestors: thomas.erskine [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.01
  • 0.02
  • 0.03
  • 0.04
  • 0.05
  • 0.06
  • 0.07
  • 0.08
  • 0.09
  • 0.10
  • 0.11
  • 0.12
  • 0.13
  • 0.14
  • 0.15
  • 0.16
  • 0.17
  • 0.18
  • 0.19
  • 0.20
  • 0.21
  • 0.22
  • 0.23
  • 0.24
  • 0.25
  • 0.26
  • 0.27
  • 0.28
  • 0.29
  • 0.30
  • 0.31
  • 0.32
  • 0.33
Fixed in: (no value)



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.