Dave Cross wrote:
David Landgren wrote:

Gavin Henry wrote:

Dear List,

In "Perl Testing - A Developers Notebook" it has a section on Test::Kwalitee.

I can't find this module anywhere, nothing on the CPAN or on Google.


It would only be POD, I imagine.

Anyone know where it's hosted?


Kwalitee, as in cpants.perl.org, is run by Thomas "domm" Klausner.

What is Kwalitee
http://cpants.perl.org/kwalitee.html

Y::E 2005 Braga slides by Thomas Klausner
http://domm.zsi.at/talks/2005_braga_cpants/s00002.html


Actually the book strongly suggests that it's a real module which runs the Kwalitee checks on your code

    Download and install Test::Kwalitee. Then add the following code to
    your t/ directory as kwalitee.t:

        #!perl

        eval { require Test::Kwalitee };
        exit if $@;
        Test::Kwalitee->import(  );

That's from section 4.9 Validating Kwalitee.

Perhaps this has been subsumed into what is now Module::CPANTS::Generator?

DAvid


Dave...



--
"It's overkill of course, but you can never have too much overkill."

Reply via email to