At 9:39 AM +0000 1/31/03, Alistair McDonald wrote: > >> --- 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. > >I have solved this, the solution is to remove those two "" parameters on >the command prompt and all the tests run. Running >---- cut here ---- >perl "-I[.blib.arch]" "-I[.blib.lib]" -e "use Test::Harness qw(&runtests >$verbose); $verbose=1; runtests @ARGV;" t/*.t >---- cut here ---- >works fine.
OK, good. But the question remains why there are two empty parameters on the command line. What version of Perl are you running? perl -v -- ________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser
