5

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

xenoterracide
  • 16,274
  • 24
  • 118
  • 243

1 Answers1

8

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).

Ask Bjørn Hansen
  • 6,784
  • 2
  • 26
  • 40