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)
        : $self->apache_test_script
    );


So, which behavour is correct, TestMM::generate_script or TestMB::generate_script? Only TestMB takes the last file called in generate_script and makes it apache_test_script in build_params.

TestMM always runs t/TEST it seems, regardless of the order of calls to generate_script.

Now that it's identified, it's easy to reorder my generate_script calls under Build.PL and get where I need to go. I would think that both generate_scripts should do the same thing.

There's still the issue of t/SMOKE not auto generating t/conf/* files like t/TEST does.

Thanks for the help.

-=Chris



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

Reply via email to