Hi!
  
I ran CPANTS today, you can view results here:
  
http://cpants.dev.zsi.at/
( or http://test1.dev.zsi.at if DNS isn't updated..)

in /metrics there is a yaml-file for each dist
cpants.db (or cpants.db.gz) is a SQLite DB file

Oh, there might be a bug, because 100 dists didn't get any kwalitee when at
least some of them should...

Max Kwalitee is 10, which is reached by 99 dists.

dist can get kwalitee for:

 extracts_nicely (i.e. in a proper subdir, not in current dir)
 has_version
 no_symlinks 
 permissions_ok  (i.e. all files are read/writable by extracting user)
 has_readme
 has_manifest
 has_meta_yml
 has_buildtool   (either Makefile.PL or Build.PL)
 no_pod_errors
 is_prereq       (is listed as PREREQ by at least 3 other dists)


sqlite> select kwalitee,count(kwalitee) as cnt from kwalitee group by
         kwalitee order by kwalitee;
kwalitee    cnt
----------  ----------
0           100       
1           1
2           6         
3           28        
4           80        
5           123       
6           482       
7           1986      
8           3433      
9           1365      
10          99    



-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

Reply via email to