install.sh, Convert::BinHex, no "make test"?

Marco Benton marco at bofh.polaroid.com
Tue Apr 25 15:30:26 IST 2006


Jeff A. Earickson wrote:
> Julian,
> 
> I was attempting to build and install the various perl modules
> for mailscanner by hand, and Convert-BinHex-1.119 fails
> "make test" miserably on my system (Solaris 10, perl 5.8.8 compiled
> with Sun's Studio10 compiler, GNU make):
> 
> % perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> Writing Makefile for Convert::BinHex
> % gmake
> cp lib/Convert/BinHex.pm blib/lib/Convert/BinHex.pm
> Manifying blib/man3/Convert::BinHex.3
> % gmake test
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/comp2bin....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....dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-9
>         Failed 9/9 tests, 0.00% okay
> Failed Test  Stat Wstat Total Fail  Failed  List of Failed

<.... snip ....>

to make the "make test" happy edit t/Checker.pm and add "require
Exporter;" at the top.



More information about the MailScanner mailing list