|
I'm not sure if this is the right place, but I'm having trouble installing version 0.88 of Mail::DomainKeys from CPAN. Using webmin interface I get the following error when running make test:
Executing make test ..
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/a
+rch')" t/*.t
t/crverifynofws.....ok
t/crverifysimple....ok
t/fetchpublickey....Can't call method "size" on an undefined value at t/fetchpublickey.t line 17.
# Looks like you planned 4 tests but only ran 3.
# Looks like your test died just after 3.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 4
Failed 1/4 tests, 75.00% okay
t/noverifynofws.....ok
t/noverifysimple....ok
t/parsesignature....ok
t/verifynofws.......ok
t/verifysimple......ok
Failed 1/8 test scripts, 87.50% okay. 1/52 subtests failed, 98.08% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/fetchpublickey.t 255 65280 4 2 50.00% 4
make: *** [test_dynamic] Error 255
|