| CPAN Ratings (Gamma) Module-CPANTS-Analyse reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Module-CPANTS-Analyse
4 out of 4 found this review helpful:
I this it's a handy tool to have an overview if the modules of the CPAN author is not missing something.
The usage is (together with Module-CPANTS-ProcessCPAN and Module-CPANTS-Site) straightforward, just visit - http://cpants.perl.org/
For sure it's doesn't deserver to have one-star rating.
It will be nice if it will be linked with search.cpan.org like the other tools are, but works good as it is and it helps to raise the Kwalitee of CPAN.
Jozef Kutej - 2008-12-01 02:51:32
Was this review helpful to you?
Yes
No
FAIL:
my $analyser=Module::CPANTS::Analyse->new({
dist=>'path/to/Foo-Bar-1.42.tgz',
});
$analyser->unpack;
$analyser->analyse;
$analyser->calc_kwalitee;
Why not just:
$res = Module::CPANTS::Analyze('path/to/foo')
Pista Palo - 2008-05-24 22:28:36
Was this review helpful to you?
Yes
No
|
|
|