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.
Formatting glitch (Score:2)
and how do I score? (Score:2)
Nice. And it's not that slow (currently)
However, I can't get it to do what I want it to do. I can get it to list my distributions (fine, but I know this), and tell me my average kwalitee (good). Now tell me something I don't know - specifically please list my distributions in a table with their quality metrics. But it won't. Or I'm missing how to persuaded it to do that. Can it do this?
Re:and how do I score? (Score:1)
But you can get this information from the db directly:
select kwalitee.* from kwalitee,cpan where cpan.dist=kwalitee.dist and cpan.cpanid='NWCLARK';
2