Bug#504855: Getopt::Long does not always respect no_ignore_case with pass_through

2010-11-06 Thread Niko Tyni
On Fri, Nov 07, 2008 at 06:22:34PM +0100, Jeffrey Ratcliffe wrote: Package: perl Version: 5.10.0-11 Sorry about the delay. The attached program illustrates the problem. The output in all recent versions up to 5.10.0-11 is below: $./GO.pl $VAR1 = { 'l' = 'foo' };

Bug#504855: Getopt::Long does not always respect no_ignore_case with pass_through

2008-11-07 Thread Jeffrey Ratcliffe
Package: perl Version: 5.10.0-11 The attached program illustrates the problem. The output in all recent versions up to 5.10.0-11 is below: $./GO.pl $VAR1 = { 'l' = 'foo' }; $VAR1 = { 'L' = 1 }; $VAR1 = { 'l' = 'foo' }; $VAR1 = {}; As