Subject: | Test suite fails with recent MailTools |
Re-reported from Debian BTS:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465625
With recent changes to MailTools, the Mail-Field-Received test suite fails:
make[1]: Entering directory `/tmp/libmail-field-received-perl-0.24'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/all....ok 1/18stringify() not implemented at
/usr/share/perl5/Mail/Field.pm line 189
Mail::Field::stringify('Mail::Field::Received=HASH(0x82cad98)')
called at t/all.t line 209
t/all....dubious
Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 16-18
Failed 3/18 tests, 83.33% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/all.t 9 2304 18 6 33.33% 16-18
Failed 1/1 test scripts, 0.00% okay. 3/18 subtests failed, 83.33% okay.
It seems that stringify() is no longer a permitted method, so I guess
the test suite should simply not test for this.