http://www.perlmonks.org?node_id=1015756


in reply to what format should Makefile.pl be and where is the list of attributes

If you're building a distribution based on ExtUtils::MakeMaker, and you want to learn the nuts and bolts (which you should) before proceeding to use the convenience layers such as Module::Install and Dist::Zilla, there are three PODs that you should familiarize yourself with:

Also, Intermediate Perl can be helpful, and frankly, just looking at many of the thousands of both good and bad examples on CPAN itself.


Dave

  • Comment on Re: what format should Makefile.pl be and where is the list of attributes

Replies are listed 'Best First'.
Re^2: what format should Makefile.pl be and where is the list of attributes
by gideondsouza (Pilgrim) on Jan 29, 2013 at 02:55 UTC

    Excellent this is the filter/pointer I was looking for.

    Generally I've been scrounging many books on my kindle and just getting hands on dirty. But I was considering buy a physical copy of intermediate perl and studying it back and forth.