Subject: | Test-Harness must not depend on Test::More |
I just discovered on a system that has no Test::More:
t/compat/env......................Can't locate Test/More.pm in @INC
(@INC contains: blib/lib blib/arch
/home/src/perl/repoperls/installed-perls/perl/pmqPoCB/perl-5.7.0@9662/lib/5.7.1/i686-linux-64int
/home/src/perl/repoperls/installed-perls/perl/pmqPoCB/perl-5.7.0@9662/lib/5.7.1
/home/src/perl/repoperls/installed-perls/perl/pmqPoCB/perl-5.7.0@9662/lib/site_perl/5.7.1/i686-linux-64int
/home/src/perl/repoperls/installed-perls/perl/pmqPoCB/perl-5.7.0@9662/lib/site_perl/5.7.1
/home/src/perl/repoperls/installed-perls/perl/pmqPoCB/perl-5.7.0@9662/lib/site_perl
.) at t/compat/env.t line 11.
BEGIN failed--compilation aborted at t/compat/env.t line 11.
t/compat/env...................... Dubious, test returned 2 (wstat 512,
0x200)
No subtests run
Please make the test that depends on Test::More a SKIP. T:H runs on far
more systems than Test::More and I above that is a prereq to Test::More
itself, so I hope you are in agreement with me that this must be a skip.
Thanks,