Skip Menu |

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

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

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

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



Subject: Autoabbrev with + incorrect
Simpelest program: "run" #!/usr/bin/perl use Getopt::Long; GetOptions('a', 'b') or die; then execute: ./run + results in: Option is ambiguous (a, b) Died at ./run line 6. It should be an error.