Re: CPAN Testers woes

[email protected] (John Peacock)
Newsgroups perl.module.build
Message-ID <[email protected]>
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 => \@ARGV);
>   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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.