Hi Dave,

The SQLite DB has been problematic for too long, and takes up a lot of
resources to compress it and download. There are errors with this SQLite
instance, which Andreas and myself have never been able to track down.

In it's place, I've been recommending using the API to get the report data
for some time. See the following for more details:

https://metacpan.org/module/CPAN::Testers::WWW::Reports::Query::Reports

This then allows you to create your own SQLite db if you wish, or use
whatever db you prefer.

Cheers,
Barbie.



On Mon, Aug 5, 2013 at 5:09 PM, David Cantrell <da...@cantrell.org.uk>wrote:

> I just noticed that CPANdeps shows no pass/fail data for perl 5.18.0,
> and the reason is ...
>
> barbiesdb> select count(*) from cpanstats where perl='5.16.3';
> 111461
>
> barbiesdb> select count(*) from cpanstats where perl='5.18.0';
> 0
>
> which is in turn because ...
>
> $ lwp-request -m HEAD http://devel.cpantesters.org/cpanstats.db.gz| \
>     grep -i modified
> Last-Modified: Mon, 15 Apr 2013 16:50:22 GMT
>
> I am now embarrassed at not spotting this sooner :-)
>
> --
> David Cantrell | Cake Smuggler Extraordinaire
>
>     All children should be aptitude-tested at an early age and,
>     if their main or only aptitude is for marketing, drowned.
>

Reply via email to