Re: What's On CPAN?

2008-08-21 Thread David Golden
You want indices/find-ls.gz and then you need to parse it. Look at code in CPAN::Mini::Devel (or CPAN::Reporter::Smoker -- it's the same thing). The code inside grabs/tests the latest full release and latest dev release, but you can adapt it to find everything available. The heuristics to parse

Re: What's On CPAN?

2008-08-21 Thread Barbie
On Thu, Aug 21, 2008 at 06:51:45AM -0400, David Golden wrote: You want indices/find-ls.gz and then you need to parse it. That looks to be the ticket, thanks :) Should it be factored out into Parse::CPAN::FindLs? Yes, probably. One more thing on my tuit-deficit list. Well I'll see how I get

Re: What's On CPAN?

2008-08-21 Thread David Cantrell
On Thu, Aug 21, 2008 at 11:04:03AM +0100, Barbie wrote: I'm working through some of the refinements for the CPAN Testers Reports site, and have hit a bit of a problem. I'm looking for an index of some description that will tell me exactly what's available directly via CPAN.