Teach Makefile.PL to use cpanm

Posted on August 8, 2016. Filed under: Uncategorized | Tags: , , , |

Teach Makefile.PL to use cpanm

When writing perl modules, more often than not a few dependencies creep in … which makes it a wee bit awkward when developing the module, because I then have to somehow install these dependencies, and I would rather not get them all over the place but neatly in the module directory so that I have at least a semblance of a stable development environment.

So here goes my solution: A little postamble method for my Makefile.PL.

Liked it here?
Why not try sites on the blogroll...