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.
This queue is for tickets about the Getopt-Long CPAN distribution.
The Basics
People
|
Bug Information
|