You are a developer who needs to work with a Perl package. Instead of a cpanfile it has a dist.ini. Pop quiz, hot shot: What do you do?
Answer:
- cpm install Dist::Zilla
- dzil build
- Follow instructions to install dependencies using cpanm
- Or if you prefer cpm (and you should), then try this: dzil listdeps | xargs cpm install
- Or: dzil authordeps --missing | xargs cpm install