On Mon, Sep 8, 2008 at 12:20 PM, Ovid <[EMAIL PROTECTED]> wrote: > What's the 'canonical' way to check to see if my tests are being run by a > smoker? I can't find anything in Test::Smoke about this (I might be blind).
At least for CPAN Testers, the canonical way is $ENV{AUTOMATED_TESTING}. I don't know if that also gets set for automated core smoking. -- David