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
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
We are now going to configure the Apache-Test framework. This configuration process needs to be done only once. First we need to know where the 'httpd' executable is located. If you have more than one Apache server is installed, make sure you supply the path to the one you are going to use for testing. You can always override this setting at run time via the '-httpd' option. For example: % t/TEST -httpd /path/to/alternative/httpd or via the environment variable APACHE_TEST_HTTPD. For example: % APACHE_TEST_HTTPD=/path/to/alternative/httpd t/TEST If for some reason you want to skip the test suite, type: skip Please provide a full path to 'httpd' executable: [] C:\Development\Apache584\Apache.exe Next we need to know where the 'apxs' script is located. This script provides a lot of information about the apache installation, and makes it easier to find things. However it's not available on all platforms, therefore it's optional. If you don't have it installed it's not a problem. Just press Enter. Notice that if you have Apache 2.x installed that script could be called as 'apxs2'. If you have more than one Apache server is installed, make sure you supply the path to the apxs script you are going to use for testing. You can always override this setting at run time via the '-apxs' option. For example: % t/TEST -apxs /path/to/alternative/apxs or via the environment variable APACHE_TEST_APXS. For example: % APACHE_TEST_APXS=/path/to/alternative/apxs t/TEST Please provide a full path to (optional) 'apxs' executable: [] [warning] running with new config opts: -httpd C:\Development\Apache584\Apache.exe C:\Development\Perl\584\bin\perl.exe -I C:\Development\CPAN\Handel\blib\lib -I C:\Development\CPAN\Handel\blib\arch t\SMOKE -bugreport -verb ose=0 '-httpd' is not recognized as an internal or external command, operable program or batch file. We are now going to configure the Apache-Test framework. This configuration process needs to be done only once. First we need to know where the 'httpd' executable is located. If you have more than one Apache server is installed, make sure you supply the path to the one you are going to use for testing. You can always override this setting at run time via the '-httpd' option. For example: % t/TEST -httpd /path/to/alternative/httpd or via the environment variable APACHE_TEST_HTTPD. For example: % APACHE_TEST_HTTPD=/path/to/alternative/httpd t/TEST If for some reason you want to skip the test suite, type: skip Please provide a full path to 'httpd' executable: [] Terminating on signal SIGBREAK(21) Terminating on signal SIGBREAK(21)
smime.p7s
Description: S/MIME Cryptographic Signature