Subject: | Ack doesn't allow bundled options |
"ack -li text" fails, but "ack -l -i text" succeeds.
The ack utility needs this line before the GetOptions call:
Getopt::Long::Configure( "bundling" );
to enable the bundling feature.
This queue is for tickets about the ack CPAN distribution.
ack's issues are tracked at https://github.com/petdance/ack2
The Basics
People
|
Bug Information
|