[PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod

2001-02-23 Thread schwern
I just noticed t/pod and that its not run with "make test". This appears to have come up before and was an oversight. http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2000-09/msg00730.html Looks like people just gave up on fixing t/pod/find.t and I don't blame them, its a mess. I'm tempted

Errors in core PODs

2001-02-23 Thread schwern
So I ran all the .pod and .pm files in the distribution through podchecker() to look for errors... schwern@magnonel:~/src/perl-current$ perl -nwle 'print $1 if /^(\S+\.(?:pod|pm))\s+/;' MANIFEST | xargs ./perl -Ilib -MPod::Checker -we 'podchecker($_, \*STDOUT, -warnings=>0) foreach @ARGV' | gre

Re: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod

2001-02-23 Thread Jarkko Hietaniemi
On Fri, Feb 23, 2001 at 03:21:37AM -0500, [EMAIL PROTECTED] wrote: > I just noticed t/pod and that its not run with "make test". > This appears to have come up before and was an oversight. > > http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2000-09/msg00730.html > > Looks like people just