Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: nate [...] verse.com
Cc:
AdminCc:

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



Subject: small typo in documentation (ignorecase_always)
Date: Sun, 3 Jun 2007 14:58:41 -0600
To: bug-Getopt-Long [...] rt.cpan.org
From: "Nathan Kurz" <nate [...] verse.com>
There seems to be a small typo in one of the configuration examples in the POD documentation for Getopt::Long 2.36: To have the single-character options matched case insensitive as well, use: Getopt::Long::Configure ("bundling", "ignorecase_always"); It seems like this should be "ignore_case_always" (with two underscores). Thanks! Nathan Kurz nate@verse.com
From: JV [...] cpan.org
On Sun Jun 03 16:59:47 2007, nate@verse.com wrote: Show quoted text
> It seems like this should be "ignore_case_always" (with two > underscores).
Actually, both spellings are accepted.
From: JV [...] cpan.org
On Sun Jun 03 16:59:47 2007, nate@verse.com wrote: Show quoted text
> It seems like this should be "ignore_case_always" (with two > underscores).
Actually, both spellings are accepted.
Subject: Re: [rt.cpan.org #27399] small typo in documentation (ignorecase_always)
Date: Tue, 12 Jun 2007 11:42:52 -0600
To: bug-Getopt-Long [...] rt.cpan.org
From: "Nathan Kurz" <nate [...] verse.com>
On 6/12/07, Johan_Vromans via RT <bug-Getopt-Long@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=27399 > > > On Sun Jun 03 16:59:47 2007, nate@verse.com wrote:
> > It seems like this should be "ignore_case_always" (with two > > underscores).
> > Actually, both spellings are accepted.
You are correct --- both versions work fine in 2.36. I was testing it on a system with 2.35, where the one-underscore version fails. Sorry for the bother.