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