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 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\584\bin\perl.exe -I C:\Development\CPAN\Handel\blib\lib -I 
C:\Development\CPAN\Handel\blib\arch t\SMOKE -clean

So on top of the config issue, it's running t/SMOKE first, and t/TEST is no where in sight....

The same goes for:

#$build->generate_script('t/TEST');
$build->generate_script('t/SMOKE');


-=Chris

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to