Skip Menu |

This queue is for tickets about the Config-IniHash CPAN distribution.

Report information
The Basics
Id: 41782
Status: resolved
Priority: 0/
Queue: Config-IniHash

People
Owner: Nobody in particular
Requestors: oppanki2002 [...] yahoo.com
Cc:
AdminCc:

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



Subject: crashes if sectionorder is true and case is lower
The reason for that crash is that "__SECTIONS__" key also turns to lowercase "__sections__" and thus the check fails: next if exists($ordered{$section}) or $section eq '__SECTIONS__';
Fixed in the just uploaded 3.00.02