Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-Inspector CPAN distribution.

Report information
The Basics
Id: 28796
Status: resolved
Priority: 0/
Queue: Class-Inspector

People
Owner: Nobody in particular
Requestors: maros [...] k-1.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 1.17



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š
Uploaded a dev release 1.21_01 with your suggested addition. If CPAN Testers likes it, I'll push to production. If you can provide a test case, I would be much appreciative.
Fixed in 1.22