gideondsouza has asked for the wisdom of the Perl Monks concerning the following question:
So my question is pretty simple.
I noticed most modules use ExtUtils::MakeMaker and their Makefile.PL looks like this:
use ExtUtils::MakeMaker; WriteMakefile( ATTRIBUTE => VALUE [, ...] );
But some distributions, like Net::GitHub look very different:Link to the Makefile.pl.
This seems to use inc::Module::Install.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: what format should Makefile.pl be and where is the list of attributes
by davido (Cardinal) on Jan 28, 2013 at 20:10 UTC | |
by gideondsouza (Pilgrim) on Jan 29, 2013 at 02:55 UTC | |
|
Re: what format should Makefile.pl be and where is the list of attributes
by tobyink (Canon) on Jan 28, 2013 at 17:27 UTC | |
|
Re: what format should Makefile.pl be and where is the list of attributes
by Anonymous Monk on Jan 28, 2013 at 15:41 UTC | |
|
Re: what format should Makefile.pl be and where is the list of attributes
by DrHyde (Prior) on Jan 29, 2013 at 11:11 UTC |