On Mon, 31 Mar 2003, Adam Witney wrote:
> Yep, there is no trace of is_utf8_string() in perldoc perlapi for 5.6.0
>
That sounds about right.
> Does this mean that my only option is to upgrade perl? Or will the module
> still work without it?
You can either upgrade perl to 5.6.1 or, if you don't want to upgrade
perl, you can dike out the section of code between the #ifdef and #endif
and then it should work (might fail some UTF-8 test). I would recommed
upgrading perl, however.
-r