Getting (summary) test result for a specific dist

2013-08-25 Thread Neil Bowers
Hi, In a recent thread, Barbie said we shouldn't use the SQLite database, so I'm wondering what the best mechanism is for getting summary information for a specific dist from CPAN Testers? CPAN::Testers::WWW::Reports::Query::Reports is time-based only Screen-scraping the static web pages?

Re: Getting (summary) test result for a specific dist

2013-08-25 Thread Andreas Koenig
Neil Bowers n...@bowers.com writes: What I'm after is something that will take a dist name and return #passes, # fails, #unknowns The JSON from http://www.cpantesters.org/distro/firstletter/distro.json e.g. http://www.cpantesters.org/distro/m/marc-moose.json -- andreas

Re: Getting (summary) test result for a specific dist

2013-08-25 Thread Neil Bowers
Thanks for the quick reply! What I'm after is something that will take a dist name and return #passes, # fails, #unknowns The JSON from http://www.cpantesters.org/distro/firstletter/distro.json e.g. http://www.cpantesters.org/distro/m/marc-moose.json I had a moment of confusion (it

Re: Getting (summary) test result for a specific dist

2013-08-25 Thread Neil Bowers
Hi again, The JSON from http://www.cpantesters.org/distro/firstletter/distro.json e.g. http://www.cpantesters.org/distro/m/marc-moose.json Is this statically generated, so I could sensibly do an If-Modified-Since request on it? First cut at a module at:

How can I get CPAN Testing Reports on demand?

2013-08-25 Thread Rocky Bernstein
Hi - I'm looking into doing statistics on CPAN reports for purposes of helping module authors use the data that is gathered about for their distributions more effectively. Here are the kinds of things I'd like to get - *all *reports for a given distribution and release number. - Reports

Re: How can I get CPAN Testing Reports on demand?

2013-08-25 Thread Andreas Koenig
Rocky Bernstein rocky.bernst...@gmail.com writes: I'm looking into doing statistics on CPAN reports for purposes of helping module authors use the data that is gathered about for their distributions more effectively. analysis.cpantesters.org Read about to find out how it works. At the