Re: Module::Build+Apache::Test config looping issues redux

2005-04-15 Thread Christopher H. Laco
Stas Bekman wrote: I've CC'ed David, who developed Apache::TestMB, so he will hopefully be able to give you the answers. David, please take a look at this thread. I can't give you the link, since I don't think this new list is archived at all. Are you subscribed to it at all? Thanks for the fo

Re: Module::Build+Apache::Test config looping issues redux

2005-04-15 Thread Stas Bekman
I've CC'ed David, who developed Apache::TestMB, so he will hopefully be able to give you the answers. David, please take a look at this thread. I can't give you the link, since I don't think this new list is archived at all. Are you subscribed to it at all? Christopher H. Laco wrote: Christoph

Re: Module::Build+Apache::Test config looping issues redux

2005-04-15 Thread Christopher H. Laco
Christopher H. Laco wrote: So, apparently it's trying to run the last script created via generate_script instead of always running t/TEST. -=Chris And the offending part of the code ffrom TestMB.pm: my $script = $self->localize_file_path($_[0] ? $self->apache_test_script(shift)

Re: Module::Build+Apache::Test config looping issues redux

2005-04-15 Thread Christopher H. Laco
William McKee wrote: I'm just spouting thoughts hoping it rings someone elses bell... sorry. This reminds me of a discussion that took place recently on the MB mailing list[1]. I wonder what would happen if you leave SMOKE.PL but comment out all the code. Do the die statements get called? Perhaps

Re: Module::Build+Apache::Test config looping issues redux

2005-04-15 Thread William McKee
> I'm just spouting thoughts hoping it rings someone elses bell... sorry. This reminds me of a discussion that took place recently on the MB mailing list[1]. I wonder what would happen if you leave SMOKE.PL but comment out all the code. Do the die statements get called? Perhaps something in that c

Re: Module::Build+Apache::Test config looping issues redux

2005-04-15 Thread Christopher H. Laco
Christopher H. Laco wrote: Great...two problems in one. I was not seeing my dies because even though my Build.PL has: $build->generate_script('t/TEST'); $build->generate_script('t/SMOKE'); The output from perl Build test is: C:\Development\CPAN\Handel>perl Build test -verbose C:\Development\Perl\5

Re: Module::Build+Apache::Test config looping issues redux

2005-04-15 Thread Christopher H. Laco
Christopher H. Laco wrote: Right, it must be run at test time. I've worked my way though all of the custom_config_loads and custom_config_exists I can find, and die-ing before any of them doesn't make perl Build test die. :-( This is a tough one... Great...two problems in one. I was not seeing