Decouple the listing of dependencies in Makefile.PL and put it in a cpanfile instead, to further ease the use of cpanm --installdeps . as well as support installation using Carton/Pinto/Stratopan. This should be as easy to implement via the mymeta-cpanfile utility of Module::CPANfile:
Decouple the listing of dependencies in Makefile.PL and put it in a cpanfile instead, to further ease the use of
cpanm --installdeps .
as well as support installation using Carton/Pinto/Stratopan. This should be as easy to implement via themymeta-cpanfile
utility ofModule::CPANfile
:You can further remove the dependency listing in Makefile.PL entirely and read the from cpanfile via
Module::CPANfile->load("cpanfile")