RE: turning Test::More on or off at runtime?

2005-05-19 Thread Vonnahme, Nathan
> From: Michael G Schwern [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 19, 2005 3:06 PM > On Thu, May 19, 2005 at 02:42:18PM -0800, Vonnahme, Nathan wrote: > > So I guess the problem is, Test::More produces output when I use() it, > > but in some cases I'd like to

turning Test::More on or off at runtime?

2005-05-19 Thread Vonnahme, Nathan
Hi, I've been using Test::More and others for a few weeks now and trying to code and test at the same time and it's great! Thank you everyone for the modules, docs and articles. I am working with a bunch of scripts that need to run from cron, so they redirect STDOUT and STDERR to files. They a