For a long time, the only easy way to submit CPAN Testers reports was CPANPLUS. The first automated smoke testers for CPAN were built upon it, like CPAN::YACSmoke and POE::Component::CPAN::YACSmoke.
About a year and a half ago, I wrote CPAN::Reporter, to bring CPAN Testers reporting to good-old CPAN.pm. Since then, some intrepid individuals have built automated smoke testers upon CPAN::Reporter, all writing their own programs to do so.
CPAN.pm itself added an experimental smoke command to test recent uploads, but it requires XML::LibXML and doesn't test distributions in isolation -- all tested distributions and their dependencies keep getting added to PERL5LIB until things explode.
Yesterday, I released the first, alpha version of CPAN::Reporter::Smoker to provide a better-behaved, more turn-key approach to smoke testing with CPAN::Reporter.
(... configure CPAN and CPAN::Reporter as usual
... )
$ perl -MCPAN::Reporter::Smoker -e start
This initial version still has some limitations (e.g. no developer versions smoked), but I'm ready for anyone interested to try it out and start sending feedback -- compliments, suggestions, or complaints all welcome.
-- dagolden
beautiful! (Score:1)
DEVOGOn d at 0x64 dot nl
Re: (Score:1)
Thanks for trying it out.
-- dagolden
email credentials? (Score:1)
Re: (Score:1)
Not yet. CPAN::Reporter relies entirely on Test::Reporter for the transport mechanism and it has not yet been patched for it.
In various threads on cpan-testers-discuss, the consensus is that we want to move to HTTP transport. Ask (from the Perl NOC) is working on an API for us and transport work has stalled a bit waiting on that.
Overall, there are plans coming together for a broader reengineering of CPAN Testers to support multiple methods of transport. You can see the placeholder for the new stack a
Re: (Score:1)
I know I for one can not automatically test and submit because Verizon requires passwords. I think that requirement is true for many other carriers, and I think CPAN loses a lot of testers that way. I see a ton of testing on UNIX and its many variants, and little on Mac/Darwin or PeeCee.
I think this would really help with CPAN, and others seem to agree but it does not happen.
I know, I shoul