Skip Menu |

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

Report information
The Basics
Id: 436
Status: resolved
Priority: 0/
Queue: Getopt-Tabular

People
Owner: Nobody in particular
Requestors: sharan [...] ishoni.com
Cc:
AdminCc:

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



Subject: Getopt::Tabular does not handle options in case Insensitive way.
Getopt::Tabular does not take care of the case insensitive way of option type handling. example :- @optTable = (["-opt1","integer",1,\$opt1,"Option 1\n"], ["-opt2","integer",1,\$opt2,"Option 2\n"]); here, -Opt1 or -OPt1 or -OPT1 or -oPT2 etc are not considered as valid options.
That is exactly the intended behaviour. Getopt::Tabular was never designed to be case insensitive.