David Golden wrote:
> The last line of the Makefile.PL just needs to test for the presence
> of a "Build" file:

Well spotted; I stared at that report until my eyes bled...

> 
>   Module::Build::Compat->run_build_pl(args => [EMAIL PROTECTED]);
>   Module::Build::Compat->write_makefile() if -f "Build";

But doesn't that also I also have to have a

        exit 0 unless -f "Makefile";

so that the CPAN tester script fails?

I think I'm just going to delete the compatibility Makefile.PL and wipe my hands
of the problem entirely...

John

Reply via email to