I'm also head of Vienna.pm [pm.org], maintainer of the CPANTS [perl.org] project, member of the TPF Grants Commitee [perlfoundation.org] and the YAPC Europe Foundation [yapceurope.org].
I've got stuff on CPAN [cpan.org], held various talks [domm.plix.at] and organised YAPC::Europe 2007 in Vienna [yapceurope.org].
Thanks to yi.org and the incredibly helpfull Tyler MacDonald I proudly present the new CPANTS site !
While things look mostly the same on the surface a lot has changed beneath, and even more will change. I'm now using DBIx::Class as a ORM (and still using Catalyst), Module::CPANTS::Analyse and the still unreleased Module::CPANTS::ProcessCPAN, which is build to allow incremental testing (i.e. test only the dists released since the last run).
It will still take a bit of work to get the incremental testing ready. E.g. I want to save some condensed stats of old results so that I can plot the kwalitee evolution of dists during time.
Another open issue (and I'll appreciate any ideas) is how to handle the ranking of authors in the cpants game. Currently it's based on average kwalitee. I would like to include the number of dists into the rank, because it's harder to get high kwalitee if you have lot of dists. Any ideas?
Thanks (Score:2)
Just one question -- What's the "bad permissions" bit mean? I noticed it for my XML-Genx [perl.org] and I'd like to fix it...
Thanks,
-Dom
Re:Thanks (Score:1)
What's the "bad permissions" bit mean?
There once was a metric called 'no_bad_permissons' which checked if the dists only contains files writeable by the user. Because I hate it if after doing a manual install I end up with a dir I cannot remove (without doing 'sudo rm -r dir'). The metric was dumped as several people objected. The metadata remains...
Bug reports? (Score:1)
Note the following entry in the Module::Install distribution "modules and pragmas used" section.
$self->{path}::$self->{dispatch} 1
The new Kwalitee metrics? (Score:1)
Also, I think it will be interesting to see how you could deal with module quantity in the game, especially when you look at me/miyagawa/audrey and 100+ modules. You could easily end up throwing the numbers off dramatically.
If a fixed amount, it means you need to only give something like 0.01 or 0.02 points per distribution, which doesn't really seem like very much.
Tracking down kwalitee errors (Score:1)
One minor issue, at the bottom of the pages you have text:
but Module::CPANTS::Analyse is then a link to Module::CPANTS::Generator on search.cpan.org.
From memory previous versions gave details (somehow) on the exact causes of errors, for example in earlier versions of Imager I could see it list lib/Imager/Cookbook.pm as not having use strict. Unfortunately I don't remember exactly where that was linked from - is the detailed scan information available
Re:Tracking down kwalitee errors (Score:1)
In my case, it's due to not regonizing the (not yet common) "extended begin" syntax.
=begin testing foo after bar
=end testing