On Sat, Jul 02, 2016 at 12:16:21AM -0400, Rocky Bernstein wrote:
>     - shipping both a Makefile.PL and a Build.PL correctly is a tough
>       problem
> 
> 
> Although I  that I was using the deprecated "passthrough" style, using every
> combination listed in the docs a Makefile.PL was added to distribution 
> tarball.
> I even tried omitting a line like "create_makefile_pl => 'traditional' .
> 
> Although shipping both a Makefile.PL and a Build.PL may be a tough problem,
> having the program that invoke "make test" could set an environment variable
> such as PERL. And that would help the makefile and any scripts it runs to use
> the right perl. 
> 

Having just tested your distribution on GNU/Linux I observed the following:

Running perl Build.PL, generates a Build script and everything is good.
Running perl Makefile.PL generates a Makefile, which is looks okay, but as
GNU Make is being used it seems to favour the GNUMakefile.

Remove the GNUMakefile and I believe everything will work as intended.

Cheers,

-- 
Chris Williams
aka BinGOs
PGP ID 0x4658671F
http://www.gumbynet.org.uk
==========================

Attachment: signature.asc
Description: Digital signature

Reply via email to