On 2011/9/26, at 下午4:13, Gabor Szabo wrote: > - Pick the most popular modules (based on +-es on MetaCPAN) that have > a new release. > - Pick the modules that most other modules rely on. > ( similar to, or based on the Volatile 100 of Adam Kennedy > http://ali.as/top100 /index.html ) > > - Pick distros where the distro size changed a lot > - Pick distros where the change diff is the largest in percentage of > distro size. > - Pick the modules that did not have a new version for a long time but > now they have one. > - Pick modules that are new to CPAN > > Other ideas?
How about consulting the Kwalitee value from CPANTS http://cpants.perl.org/ , or at least some key factors from it, e.g. has_example / hast_tests / has_changelog. I personally prefer not to recommend people document-less module, maybe the document length or the POD/code ratio is a good factor to check.