Perl-Evozon / PearlBee

116 stars 44 forks source link

Add a cpanfile #31

Closed zakame closed 8 years ago

zakame commented 10 years ago

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:

perl Makefile.PL
mymeta-cpanfle --no-configure > cpanfile

You can further remove the dependency listing in Makefile.PL entirely and read the from cpanfile via Module::CPANfile->load("cpanfile")

zakame commented 10 years ago

In addition, Moose and XML::Simple needs to be added to the cpanfile as well.

xsawyerx commented 8 years ago

Available in a cleanups branch in #36.

xsawyerx commented 8 years ago

36 was merged and now a cpanfile is available. This ticket can be closed.

zakame commented 8 years ago

:+1: