On 8/18/05, Robert Rothenberg <[EMAIL PROTECTED]> wrote:
>
> So I've been toying ideas for a module which checks for files which
> match regexps of known defaults.  Maybe also check that the ChangeLog
> has a version which matches the VERSION in the POD (since authors often
> forget to update it).
>
> There will be a simple script for authors to run so that it checks for
> these things.
>

Test::NoWarnings automatically adds a test to a test script - you just
have to load it. And Test::Pod::Coverage discovers what modules are
included in a distribution. Maybe you could combine these techniques
to keep it really simple for the really stupid.

d.

Reply via email to