David Golden wrote:
>> "Writing Perl Modules for CPAN":
>
> The tutorials on PerlMonks are probably better:
>
> http://perlmonks.org/index.pl?node_id=592240

I'll starting reading.


This sort of complicated Makefile.PL manipulation is why many people
have switched to Module::Install or Dist::Zilla instead as they take
care of those details for you.
...
Personally, as I suggested in my article, I would probably use
Module::Build for customizations like that.  (Though there are
probably Dist::Zilla plugins for a lot of it, too.)

It sounds like Dist::Zilla should cover my needs.


Thanks!  :-)


David





Reply via email to