Teach Makefile.PL to use cpanm
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 […]
Read Full Post | Make a Comment ( Comments Off on Teach Makefile.PL to use cpanm )