in reply to Update dependants if installed (was: Update these modules if installed?)
There's a "conflicts" key available in META.json:
... "runtime": { "requires": { ... }, "conflicts": { "Log::ger::Some::Plugin": "< 0.5", "Log::ger::Other::Plugin": "< 0.3" } }
However, as far as I'm aware, CPAN clients don't actually look at this information and use it to upgrade stuff. Your Makefile.PL (or a script in your test suite) could look at it though, and perhaps spit out some very visible warnings.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Update dependants if installed (was: Update these modules if installed?)
by perlancar (Hermit) on Mar 10, 2020 at 00:56 UTC | |
by tobyink (Canon) on Mar 10, 2020 at 14:24 UTC | |
by perlancar (Hermit) on Mar 10, 2020 at 18:23 UTC |