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.
I don't trust those numbers (Score:1)
Re: (Score:1)
My own results of this kind of analysis at http://dl.getdropbox.com/u/88746/cpan-prereqs.json.txt [getdropbox.com] gave Msql-Mysql-modules a (very high) score of 21530, which backs up Alias's numbers. I can look at generating detailed dumps later today.
rjbs
Re: (Score:1)
HTML-Widgets-Index requires DBD::mysql, which is part of Msql-Mysql-modules. CPANTS thinks that HTML-Widgets-Index is very well-used, because it thinks that it is the provider of the module "Test":
http://cpants.perl.org/dist/used_by/HTML- [perl.org]
Widgets-Index
http://cpants.perl.org/dist/provides/HTML-Widgets-Index [perl.org]
rjbs
Re: (Score:1)
Re: (Score:1)
Requires vs Recommends (Score:2)
Taking 'Tie-TinyURL' as an example, it requires 'Test', which is why it lists 'HTML-Widgets-Index' as being dependent. Except that Tie-TinyURL doesn't use 'Test' anywhere. I suspect this is a hangover for when it was ported to use Test::More, which it does use. This threw up a couple of ideas to help filter the results you're getting to something that is perhaps a little more relevent.
Re: (Score:1)
> 1. Filter based on the 'requires' and/or 'recommends' entries in META.yml. If there is no META.yml, assume all pre-requisites are required.
I'm working on this one already, separating the weight and volatility graphs out into the different dependency layers (configure, build and runtime).
> It would be helpful if authors noted the 'has_tests_in_t_dir' CPANTS indicator, but then CPANTS listing 'HTML-Widgets-Index' as the definitive source of 'Test' probably needs investigating. 02packages.details.txt.g