Subject: | CSS-DOM 0.15 test fails against Encode 2.77 |
Date: | Mon, 21 Sep 2015 17:59:26 +0200 |
To: | bug-css-dom [...] rt.cpan.org |
From: | Emmanuel Seyman <emmanuel [...] seyman.fr> |
I have Encode 2.77 installed on my machine and one of CSS-DOM's tests fails:
+ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness"
"-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
# "utf-16" is encoded in UCS-2-LE but is not UCS-2-LE-based
Can't call method "cssText" on an undefined value at t/charset.t line 144.
# Looks like you planned 23 tests but ran 9.
# Looks like your test exited with 2 just after 9.
t/charset.t ...
Dubious, test returned 2 (wstat 512, 0x200)
Failed 14/23 subtests
Downgrading Encode to 2.76 allows the test to complete.