Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 35768
Status: resolved
Priority: 0/
Queue: Getopt-Long-Descriptive

People
Owner: Nobody in particular
Requestors: rjbs [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: can't imply options with optional type
This line: name => _munge((split /[=|!]/, $_->[0] || '')[0]), ...should also split on : This should work: [ 'irc:s', 'start IRC component automatically' ], [ 'irc-nick=s', 'nick to use on IRC', { implies => 'irc', default => "bot[$ENV{USER}]", } ], but instead complains that 'irc' does not exist' -- rjbs
test added, fixed in 0.074