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 errors. When I run 'perl Build test', I get the endless loop of A::T looking for the Apache binary
[see attached: output.txt]
Of course, I didn't have this problem under Makefile.PL, and my TestConfigData.pm looks like this:
$Apache::TestConfigData::vars = { 'httpd' => 'C:\Development\Apache584\Apache.exe', 'port' => '8529',
};
This is under Apache::Test 1.21 on 5.8.4.
Any ideas? Thanks, -=Chris
Even stranger.
If I run:
perl Build.PL -httpd C:\Development\Apache584\Apache.exe perl Build test
it starts running SMOKE instead of TEST...
C:\Development\CPAN\Handel>perl Build test C:\Development\Perl\584\bin\perl.exe -I C:\Development\CPAN\Handel\blib\lib -I C:\Development\CPAN\Handel\blib\arch t\SMOKE -clean [warning] Using random number seed: 1159239462 (autogenerated) [ info] Report file: C:\Development\CPAN\Handel\smoke-report-Thu_Mar_31_19-45-02_2005.txt [warning] ------------------------------------------------------------ [warning] [001-00-00] trying all tests 10 times
-=Chris
smime.p7s
Description: S/MIME Cryptographic Signature