Subject: | "use utf8;" probably does not do what you think it does. |
The utf8 pragma is to indicate to perl that your source code contains UTF8 characters.
It has nothing to do with encoding/decoding UTF8 data. As such it should likely be
removed from this module's imports.
... unless you *are* using UTF8 characters in your source code, in which case I'd like to
see where out of curiosity. :)