NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
A plug for Test::Verbose (Score:2)
prove++ (Score:1)
Re:prove++ (Score:1)
proverespects the-Icommand-line option (and you can stack them the same way you can withperlitself):It also looks for a
PROVE_SWITCHESenvironment variable, which I usually load up with something like this:This way, I don't have to modify the test scripts at all, and if I use absolute paths, I can run the tests from whatever directory I happen to be in at the time.