Skip to content

Commit

Permalink
Make %Module::CoreList::deprecated a delta hash
Browse files Browse the repository at this point in the history
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
  • Loading branch information
doherty authored and rjbs committed Jun 12, 2013
1 parent 50d028f commit 5ff416f
Showing 1 changed file with 208 additions and 473 deletions.

0 comments on commit 5ff416f

Please sign in to comment.