Re: [perl #38549] pod check test checks wrong files

2006-02-15 Thread Joshua Hoblitt
I've checked this in as r11565 but with some cleanup (not everything needed to be in a BEGIN block, etc.). I believe Joshua Isom and myself have also fixed all of the newly caught Pod syntax errors. I'll be closing out this bug momentarily. Cheers, -J -- On Wed, Feb 15, 2006 at 06:44:12PM -050

Re: [perl #38549] pod check test checks wrong files

2006-02-15 Thread Joshua Isom
I'd say anything in languages/ should be ignored, because those should be the responsibility of the language maintainer to test. But I've just completed fixing all the broken pods(and a few that aren't invalid bug are broken) except those in languages/, plus languages/t/harness. I haven't com

Re: [perl #38549] pod check test checks wrong files

2006-02-15 Thread Joshua Hoblitt
Seems reasonable. I'll commit it once I've fixed the 32 files now being tested that have Pod errrors. -J -- On Wed, Feb 15, 2006 at 06:44:12PM -0500, Will Coleda wrote: > Looks good. I note that it doesn't include something I thought I had > already committed. Here's a suggested alternative th

Re: [perl #38549] pod check test checks wrong files

2006-02-15 Thread Will Coleda
Looks good. I note that it doesn't include something I thought I had already committed. Here's a suggested alternative that fails fast instead of slow if *either* module isn't installed, and includes your changes. counteroffer.patch Description: Binary data On Feb 15, 2006, at 5:41 P

Re: [perl #38549] pod check test checks wrong files

2006-02-15 Thread Joshua Hoblitt
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) >

Re: [perl #38549] pod check test checks wrong files

2006-02-15 Thread Joshua Hoblitt
On Tue, Feb 14, 2006 at 05:23:39PM -0800, Will Coleda wrote: > t/doc/pod.t currently: > > 1) starts checking from the current directory. > > It should start at the parrot root based on Parrot::Config Fixed in r11551. > 2) checks every file with pod in that directory hierarchy. > > It should on

[perl #38549] pod check test checks wrong files

2006-02-14 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #38549] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38549 > t/doc/pod.t currently: 1) starts checking from the current directory. It should start