Test::Harness spitting an error

2005-12-15 Thread Troy Denkinger
;ve done some Googling, but I've so far found nothing useful. I see others are getting that error but I'm not seeing it in the same context in which I'm getting it. If it matters, I'm running ActiveState 5.8.7 on Windows XP. Regards, Troy Denkinger --- included code

Re: Test::Harness spitting an error

2005-12-19 Thread Troy Denkinger
Ian Langworth wrote: No one else has replied, so here's a shot in the dark: Try setting the PERLIO environment variable to "crlf" (without quotes). Thanks, Ian. That didn't rid me of the error, but I did do a bit more digging. The error is related to my pod.t which is, just as in the docs

Re: Test::Harness spitting an error

2005-12-20 Thread Troy Denkinger
Michael G Schwern wrote: That's an error from Test::Builder (ie. the thing behind Test::More and others) and not Test::Harness. Its coming from the test program your harness is running, not from the harness itself. [snip] Thanks, Michael. I'll try that. Regards, Troy

Re: Test::Harness spitting an error

2005-12-23 Thread Troy Denkinger
Michael G Schwern wrote: The solution is to use the no_chdir flag to File::Find::find() so that your tests are run from the top level of your source directory, not inside t/. Many thanks, Michael. Your suggestion was spot on. Not only do I no longer get the error message, the POD tests are