On Thu, Feb 25, 2010 at 6:11 PM, M W487 <mw487.yahoo....@gmail.com> wrote: > When I run: > > perl -MCPAN::Reporter::Smoker -e start
If I recall, on Windows, you can't isolate CTRL-C to a single process. Everything in the process group gets it. Situation: (a) You're running CPAN::Reporter::Smoker (b) It tests some poorly behaved distribution (c) You hit CTRL-C to bail out the hung test process (d) CPAN::Reporter::Smoker gets the SIGINT, too My thought was that if you're smoking, you want to keep going when one distribution goes bad and not restart, so I made that the easy option. David