Re: win32 won't take apache.exe path under Module::Build

2005-04-12 Thread William McKee
On Tue, Apr 12, 2005 at 08:48:07AM -0400, Christopher H. Laco wrote: > Actually no, I haven't removed SMOKE.PL. Why would I want to? > Once I'm done with another round of code changes, I hope to get back to > figuring this out. I figured you'd have removed it to prevent the looping when you go to

Re: win32 won't take apache.exe path under Module::Build

2005-04-12 Thread Christopher H. Laco
William McKee wrote: Hi Chris, Thanks for the extensive testing and reports. It will help me debug the next time I run into this situation. Unfortunately I'm not familiar enough with the innards of A::T to be of any further help. If you want to continue tracking, perhaps you could try running your

Re: win32 won't take apache.exe path under Module::Build

2005-04-04 Thread William McKee
Hi Chris, Thanks for the extensive testing and reports. It will help me debug the next time I run into this situation. Unfortunately I'm not familiar enough with the innards of A::T to be of any further help. If you want to continue tracking, perhaps you could try running your Build.PL through the

Re: win32 won't take apache.exe path under Module::Build

2005-04-02 Thread Christopher H. Laco
William McKee wrote: On Thu, Mar 31, 2005 at 07:29:51PM -0500, Christopher H. Laco wrote: Any ideas? Chris, I've seen this happen before. Please post your entire Build.PL script. Even better, take Ken's bug-reporting skeleton[1] and create a reproducible example that we can try. William [1] http:/

Re: win32 won't take apache.exe path under Module::Build

2005-04-01 Thread Christopher H. Laco
William McKee wrote: On Thu, Mar 31, 2005 at 07:29:51PM -0500, Christopher H. Laco wrote: Any ideas? Chris, I've seen this happen before. Please post your entire Build.PL script. Even better, take Ken's bug-reporting skeleton[1] and create a reproducible example that we can try. William [1] http:/

Re: win32 won't take apache.exe path under Module::Build

2005-04-01 Thread William McKee
On Thu, Mar 31, 2005 at 07:29:51PM -0500, Christopher H. Laco wrote: > Any ideas? Chris, I've seen this happen before. Please post your entire Build.PL script. Even better, take Ken's bug-reporting skeleton[1] and create a reproducible example that we can try. William [1] http://perl.apache.or

Re: win32 won't take apache.exe path under Module::Build

2005-04-01 Thread Christopher H. Laco
Christopher H. Laco wrote: After I started a big crapstorm on perl-qa about META.yml and Module::Build, I now have to take my lumps and start using it. :-) Following the TestMB pod, I have a working Build.PL that also calls: $build->generate_script('t/TEST'); $build->generate_script('t/SMOKE'); '

win32 won't take apache.exe path under Module::Build

2005-04-01 Thread Christopher H. Laco
After I started a big crapstorm on perl-qa about META.yml and Module::Build, I now have to take my lumps and start using it. :-) Following the TestMB pod, I have a working Build.PL that also calls: $build->generate_script('t/TEST'); $build->generate_script('t/SMOKE'); 'perl Build.PL' runs without