Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are optional dependencies with Dist::Zilla possible?

I want to make some of my dependencies detected by Dist::Zilla optional. How could I go about doing this?

like image 315
xenoterracide Avatar asked May 24 '12 00:05

xenoterracide


1 Answers

The Dist::Zilla::Plugin::Prereqs documentation says you can define them as:

[Prereqs / RuntimeRecommends]
Some::Optional::Module = 0

Though though apparently it's not supported by the common clients (or at least wasn't last summer).

like image 157
Ask Bjørn Hansen Avatar answered Oct 02 '22 19:10

Ask Bjørn Hansen