On 31/12/2007, Sam Vilain <[EMAIL PROTECTED]> wrote: > Ovid wrote: > > If you have slow test suites, you might want to give it a spin and see > > if it helps. Essentially, it concatenates tests together and runs them > > in one process. Thus, you load Perl only once and load all modules > > only once. > > Yuck. > > Why not just load Perl once and fork for the execution of each test > script. You can pre-load modules before you fork.
Fork not being all that portable or implemented equivalently on all platforms might be an issue. Yves -- perl -Mre=debug -e "/just|another|perl|hacker/"