Subject: | Unable to find methods with utf-8 names |
Class::Inspector can't retrieve methods with utf characters in the name.
I have poked around the code and found that '$RE_CLASS' can't match the
unicode names.
A simple 'use utf8;' in the header of the module should fix the problem.
Cheers
Maroš