Skip Menu |

This queue is for tickets about the Unicode-Casing CPAN distribution.

Report information
The Basics
Id: 70270
Status: resolved
Priority: 0/
Queue: Unicode-Casing

People
Owner: Nobody in particular
Requestors: khw [...] cpan.org
Cc:
AdminCc:

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



Subject: Loops infinitely if subs aren't defined before the "use"
The casing override subroutines must not just be declared, but be defined before the call to Unicode::Casing, or else it will recurse until the stack is exceeded.
Version 0.10 fixes this