in reply to Re^3: cpan install Unicode::Map8 failed
in thread cpan install Unicode::Map8 failed

You will need to show us the output of the failing test file. That means not running make test but running the test in isolation, by using

make perl -Mblib -w t/map8.t

That will show you the message why the test fails. As to the potential deeper reason of why the assumptions of the author about the code fail, I don't know.

Replies are listed 'Best First'.
Re^5: cpan install Unicode::Map8 failed
by PhillipHuang (Beadle) on Jul 19, 2011 at 06:31 UTC

    Thanks, Corion. Here's the output:

    [root@sparts Unicode-Map8-0.13-gF4099]# perl -Mblib -w t/map8.t 1..18 MAPS_DIR = /root/.cpan/build/Unicode-Map8-0.13-gF4099/blib/lib/Unicode +/Map8/maps ok 1 Segmentation fault

    I will also try to write to the author and ask for his/her help.