On Sat, 2006-06-03 at 08:15 -0400, Ricardo SIGNES wrote:
> You probably want:
>
> all_pod_files_ok(glob("*.pm"));
>
> I've almost never needed to use anything more than:
>
> all_pod_files_ok():
>
> That finds your perl modules in lib or blib, which is where they should be in
> a
> standard dist.
Problem is that it does not work the way I want...
$ t/pod.t
1..16
...snip...
ok 16 - Xcomlog_sql.pm
but podchecker:
$ podchecker Xcomlog_sql.pm
Xcomlog_sql.pm does not contain any pod commands.
I would also like to ensure compliance to standards line =head1
DESCRIPTION.
Ta
Ken
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>