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. |