Subject: | utf8 & Perl |
There is a requirment to use utf8::encode within the code, via
t\02-base.t. As a result I get:
Undefined subroutine &utf8::encode called at
C:\.cpanplus\5.6.1\build\JSON-1.04\blib\lib/JSON/Parser.pm line 102.
# Looks like you planned 43 tests but only ran 30.
# Looks like your test died just after 30.
Failed 1/19 test scripts, 94.74% okay. 13/341 subtests failed, 96.19% okay.
As you've skipped utf8 testing elsewhere, is it possible to omit it here
too. Tested on Windows 2000 Pro + ActivePerl 5.6.1. The function
utf8::encode doesn't exist in Perl 5.6.1, so you may want to add 'use
5.008' in your Makefile.PL to ensure that only 5.8.x perls can use this.