Subject: | t/51_utf8.t failure |
I'm running the test suite on this module and I'm getting an unexpected failure.
t/50_utf8.t ....... ok
Use of uninitialized value $txt in pattern match (m//) at /usr/opt/perl5/lib/5.20.1/_charnames.pm line 459.
Unknown charname 'EURO SIGN' at t/51_utf8.t line 168, within string
Execution of t/51_utf8.t aborted due to compilation errors.
# Looks like you planned 195 tests but ran 1.
# Looks like your test exited with 255 just after 1.
t/51_utf8.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 194/195 subtests
Here's my Perl info
Perl 5.20.1
OS: AIX 7.2
"DynaLoader" => v1.25
"Config" => v5.020001
"IO::Handle" => v1.35
"Test::More" => v1.001014
Curtis