This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make %Module::CoreList::deprecated a delta hash
This hash tracks core module deprecations, which becomes very
verbose if listing out the deprecated modules for every perl
version. Instead, we can track the delta for each release,
using Module::CoreList::TieHashDelta to inflate as needed.
The depcrecated hash matches the current data in blead, which
might not be correct.
Fixes #118215: https://rt.perl.org/rt3//Public/Bug/Display.html?id=118215