CC: | mschwern [...] cpan.org |
Subject: | Test-Simple-0.73 will break Net-DNS testsuite |
http://search.cpan.org/src/MSCHWERN/Test-Simple-0.71/Changes
there was a bugfix that broke the testsuite for Net-DNS.
Test-Simple-0.72 reverted this change because so many modules were
affected (DBI, XML-LibXML, File-Slurp, and maybe more). A thread about
what exactly happened starts here:
http://www.nntp.perl.org/group/perl.qa/2007/09/msg9258.html
Please fix your tests so that when 0.73 comes out you will not be
affected again.
To reproduce the error, install MSCHWERN/Test-Simple-0.71.tar.gz and run
the tests on Net::DNS. The result looks like:
t/05-rr-rrsort.............You tried to run a test without a plan at
t/05-rr-rrsort.t line 7.
BEGIN failed--compilation aborted at t/05-rr-rrsort.t line 8.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
Hope that helps,