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.

Dave...

--
Site: http://dave.org.uk/
Blog: http://blog.dave.org.uk/
Code: http://dave.org.uk/code/

Reply via email to