William McKee wrote:
On Thu, Feb 10, 2005 at 03:16:57PM -0500, Geoffrey Young wrote:

my home directory is the proper place to look for these


Since I keep forgetting where that is, I've attached a diff for the
testing.pod which hopefully Stas will apply so I don't get the wrong
versions again in the future.

Thanks, William, committed.

I wonder why Geoff doesn't put those on CPAN. or may be just under perl.apache.org/dist/

Generally it has worked fine for me. However, I'm finding that running
tests via A::T under Windows is not redirecting STDERR which makes
troubleshooting more difficult. I may be doing something wrong but seem
to always have to redirect STDERR to a file or else it gets lost in the
ether.

Steve Hay is usually doing:

close STDERR;
open STDERR, '>C:\Temp\stderr.txt';

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to