On Thu, Sep 4, 2008 at 6:09 PM, Berg, Eric <[EMAIL PROTECTED]> wrote: > Many of our core modules contain test methods that are executed during > our CVS checkin process as regression tests, so we'd have to completely > redo our regression testing architecture to decouple Test::Builder from > our code.
As a quick fix, you could load it conditionally based on whether or not $ENV{MOD_PERL} is true. - Perrin