On Aug 21, 2008, at 06:55, Thomas Klausner wrote:
unexpected consequences. It also highlights the issue of
Test::Harness's long-standing practice of stripping the .t extension
from filenames. Why? If we want other extensions, stripping them is
probably bad.
FYI, when I run both .t Perl and .s pgTAP tests, It doesn't strip them:
% ./Build test
t/01app.t............ok
t/02pod.t............ok
t/03podcoverage.t....ok
t/model_DBI.t........ok
t/types.s............ok
All tests successful.
Files=5, Tests=613, 7 wallclock secs ( 0.09 usr 0.03 sys + 1.03
cusr 0.26 csys = 1.41 CPU)
Result: PASS
Best,
David