Michael G Schwern schrieb:
This doesn't really explain why test.pl is bad.

[...]

Agreed!

This distribution uses 'test.pl' for its tests.  The output of 'test.pl' is not parsed.  When 
"make test" is run by automated installers (for example, the CPAN shell) your tests will 
always appear to have passed no matter what the output of 'test.pl'.  Please rename 'test.pl' to a 
'*.t' file in the t/ directory (for example, t/basic.t).  All of t/*.t will be run, and parsed, by 
"make test".

Much better!

Steffen

Reply via email to