AFter a nights sleep, this works...

for my $module (glob("*.pm")) {
        $module =~ s/.pm$//;
        pod_coverage_ok( $module, "$module test" );
}


I still do not understand the parms. I think it can give me the audit
check I want but I am not sure.

For example how do I ensure that there is a SYNOPSIS and DESCRIPTION
section?


-- 
Ken Foskey
FOSS developer



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to