Subject: | Fix compatibility with 5.8.0 and earlier: avoid utf8::is_utf8() |
The introduction of utf8::is_utf8() broke compatibility with Perl 5.8.0
and earlier. You can see the test failure here:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/08/msg5033628.html
Maybe Encode::is_utf8() can be used instead?
Supporting back to Perl 5.6 would be nice.