counteroffer.patch
Description: Binary data
On Feb 15, 2006, at 5:41 PM, Joshua Hoblitt wrote:
On Tue, Feb 14, 2006 at 11:52:55PM -1000, Joshua Hoblitt wrote:On Tue, Feb 14, 2006 at 05:23:39PM -0800, Will Coleda wrote:2) checks every file with pod in that directory hierarchy. It should only check those files that are in MANIFEST. (And *possibly* MANIFEST.generated)It's trivial to parse those files but is there a pre-existing parsermodule I don't know about? There's no point in getting locked into thecurrent format if we don't have to.It turns out there is a 'maniread()' function in ExtUtils::Manifest thatI'd overlooked.Attached is a patch to t/doc/pod.t that changes it to only test files inMANIFEST & MANIFEST.generated. It also induces a change in what's considered a 'Pod' file. Currently only files named 'foo.pod', 'foo.pl', 'foo.pm' are being tested for containing pod. This patch tests all files in MANIFEST, including '.c' files, to see if they contain pod. I'd like to get some feedback about this change before committing the patch. Cheers, -J -- <parrot-r11558-test_all_pod.patch>