David E. Wheeler wrote: > On Sep 4, 2007, at 18:00, Michael G Schwern wrote: > >> Anyone still using test.pl with Module::Build should be hit with a >> hammer anyway. > > *cough*DBI*cough* > > Yeah, okay, it doesn't use Module::Build yet, but it has a very specific > reason for supporting test.pl in addition to t/. How should that sort of > thing be handled with M::B?
Same way MakeMaker does: Do no parsing or capture of the output, just run it and look at the exit code. -- Stabbing you in the face so you don't have to.