On Tue, 2012-07-03 at 22:25 +0800, Feel Zhou wrote: > Thank you for Rob > Install the Exporter, still can' install Convert::BinHex > So long messages > > cpan[3]> install Exporter > Exporter is up to date (5.66). > > cpan[4]> install Convert::BinHex > Running install for module 'Convert::BinHex'
[snip] > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/comp2bin.t .. Can't locate package Exporter for @Checker::ISA at > t/comp2bin.t line 3. > Undefined subroutine &main::check called at t/comp2bin.t line 75. > t/comp2bin.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Interestingly Perl says that Exporter is installed, but can't be found when some package (Convert::BinHex in this case) is tested before install while 'make' says 'OK'. I don't know enough about Perl why this would happen, so I can't help you here. (You can of course try to 'force install Convert::BinHex' but IMO that's not a real solution, so I'm not sure if that's such a great idea and if it will actually work.) -- Rob