Skip Menu |

This queue is for tickets about the Mail-SPF-Query CPAN distribution.

Report information
The Basics
Id: 7748
Status: resolved
Priority: 0/
Queue: Mail-SPF-Query

People
Owner: JMEHNLE [...] cpan.org
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.997
Fixed in: 1.998



Subject: Use t/*.t instead of test.pl
The output of test.pl is unparsed during module installation. If the test fails "make test" will still succeed and automated installs (such as done via the CPAN shell) will continue in spite of failed tests. In other words, if a human isn't looking the test.pl output is worthless. Sorta takes the automation out of automated testing. Solution: rename test.pl as t/something.t. The output of .t files is parsed and a failed test will cause "make test" to fail as desired.
Resolved in 1.998.