Sébastien Aperghis-Tramoni wrote:
Christopher H. Laco wrote:

I don't know if that answer your needs but Test::Distribution already performs several kwalitee tests on the modules and other files of a distribution.
http://search.cpan.org/dist/Test-Distribution/


Sébastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://maddingue.org ] Close the world, txEn eht nepO




Yeah, I had looked at that, but there are two things keeping me from using Test::Distribution:

prereq

Checks whether all use()d modules that aren't in the perl core are also mentioned in Makefile.PL's PREREQ_PM.


I have a few modules that are optional; not declared in PREREQ_PM. Probably not a problem since they're evaled in. However, there are plenty of cases where I'm usin-ing one module that is a child of another parent, and the parent is in PRERQ, but the child wouldn't be.

versions

Checks that all packages define $VERSION strings.

Onlt the main module package has a version; not all of the other packages. Maybe that's a bad thing?

-=Chris

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to