> > Would this make it possible to run many test scripts (each with its own > > plan) within the same perl process? 'Cos that would be nifty. > > Yes. Though beyond testing testing libraries I don't know why you'd want to > do that.
Well, all I was going to do was try to shave a few seconds off the running time of my test suite (which is now climbing up to the 10 minute mark). I figured I could do the mod_perl thing: preload all my modules and do most of my setup at startup and then require each of the test scripts. Dunno if it will be worth the effort but it was something I was going to play with for a couple of hours. Michael -- Michael Graham <[EMAIL PROTECTED]>