NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
dists without 'FAIL' and 'PASS' (Score:1)
From 'importtestresults.pl' I see that only dists with 'PASS' are imported in. This means that dists with external prereqs (for ex. XML::Parser - it requires expat with header files), dists with problems of prerers (for ex. current version of prereq does not work on this version of perl) are not included.
Re: (Score:2)
The whole point is that we know all the modules listed work. It would be silly to import all the failure reports as well, only to ignore them!
As it happens, various incarnations of the XML-Parser distribution have passed their tests on 23 different versions of perl. As one of them is perl 5.6.2, then XML::Parser will be in the list. Sure, you need an external C library. Not only can we not detect that, but it would be silly to exclude everything that has a non-perl dependency. If we were to do that w
Speedup (Score:1)
Hi
Perhaps it would be faster to import the data into Postgres, and then use a trivial script to copy the data to SQLite.
Cheers
Ron
Re: (Score:2)