in reply to Too many tests for Windows command line?

Why haven't you done what I suggested?

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Too many tests for Windows command line?

Replies are listed 'Best First'.
Re^2: Too many tests for Windows command line?
by simonm (Vicar) on Sep 04, 2004 at 01:02 UTC
    Why haven't you done what I suggested?

    I tried it at first but ran into problems and gave up.

    After some further examination I realized that the key to getting it working was to just drop in the test.pl and rename the "t/" directory, but NOT add the test => { TESTS => 'test.pl' } part to the Makefile.PL.

    I integrated this with a few other suggestions from chromatic and BrowserUK to come up with the following, which seems to work well under Unix, and I'm hopeful that it'll also solve my Win32 issues.

    Thanks for everyone's help with this; feedback on this code or any additional suggestions would be welcome.