Skip Menu |

This queue is for tickets about the Unicode-Map8 CPAN distribution.

Report information
The Basics
Id: 60455
Status: new
Priority: 0/
Queue: Unicode-Map8

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: defined(%hash) fails on 5.12.1
$ perl -v This is perl 5, version 12, subversion 1 (v5.12.1) built for darwin-thread-multi-2level $ make test PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/callback.t .. defined(%hash) is deprecated at /opt/local/lib/perl5/site_perl/5.12.1/darwin-thread-multi-2level/Unicode/CharName.pm line 80. (Maybe you should just omit the defined()?) t/callback.t .. ok t/compat.t .... ok t/map8.t ...... No subtests run t/unistr.t .... defined(%hash) is deprecated at /opt/local/lib/perl5/site_perl/5.12.1/darwin-thread-multi-2level/Unicode/CharName.pm line 80. (Maybe you should just omit the defined()?) t/unistr.t .... ok Test Summary Report ------------------- t/map8.t (Wstat: 11 Tests: 0 Failed: 0) Non-zero wait status: 11 Parse errors: No plan found in TAP output Files=4, Tests=6, 0 wallclock secs ( 0.04 usr 0.03 sys + 0.16 cusr 0.04 csys = 0.27 CPU) Result: FAIL Failed 1/4 test programs. 0/6 subtests failed.