On Wed, Jan 29, 2003 at 09:23:26PM -0000, Alistair McDonald wrote:
> Test::Harness 2.26 installed fine, (no tests failed, some skipped).
> When I do mmk (the VMS make command) test, I get this:
> --- cut here ---
> $ mmk test
> 
> perl "-I[.blib.arch]" "-I[.blib.lib]" "" ""     -e "use Test::Harness
> qw(&runtests $verbose); $verbose=0; runtests @ARGV;"      t/*.t
> Semicolon seems to be missing at  line 1.
> Semicolon seems to be missing at  line 2.

Bizarre.  Try changing -e to -de and stepping into runtests().  It might
be a problem around Test::Harness::Straps::analyze_file where it opens
the test file.


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One

Reply via email to