Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ack CPAN distribution.

Maintainer(s)' notes

ack's issues are tracked at https://github.com/petdance/ack2

Report information
The Basics
Id: 18803
Status: resolved
Priority: 0/
Queue: ack

People
Owner: Nobody in particular
Requestors: PETEK [...] cpan.org (weekly)
Cc:
AdminCc:

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



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.
On Thu Apr 20 15:07:16 2006, PETEK wrote: Show quoted text
> "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.
Done.