I have gone back and updated CPAN::Reporter::Smoker::Safer (now v0.04) --
last update was before CPAN Testers 2.0!
http://search.cpan.org/dist/CPAN-Reporter-Smoker-Safer/
This is a wrapper around CPAN::Reporter::Smoker that will only test modules
that you already have installed ... Main uses:
* It is "safer" because it's modules you've chose to use already, and not
every random CPAN module.
* If on a server where full smoke testing isn't an option, provides at
least some smoking (better than none).
* Lets you contribute test reports for everything you're using in a given
environment.
* Easily test new versions of installed modules before upgrading.
Original discussion from this list when module was first created:
http://groups.google.com/group/perl.cpan.testers.discuss/browse_thread/thread/4ae7f4960beda1d4
--david