On 2016-02-19 04:20:24, DAGOLDEN wrote:
Show quoted text> I wouldn't care so much if it were a configure dependency, but there's
> no
> reason for a RUNTIME dependency that I can see.
My intention was "installation will fail this time, but at least you'll have JSON::PP upgraded for next time".
However, the dependency only ever gets picked up if it's read from Makefile.PL (via MYMETA), which would only happen for dynamic configurations and manual installs that don't look at META first.
How about a configure-suggests prereq? That should be inoffensive enough for everyone. I wish I could add a *comment* to META.json -- "if you are reading this trying to figure out why your perl cannot parse this file, it is because of..."