Skip to content

Commit

Permalink
Module::CoreList: prepare for better legibility of upcoming patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ap committed Jun 23, 2016
1 parent 3dfcef7 commit 8175977
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/Module-CoreList/lib/Module/CoreList.pm
Expand Up @@ -12770,7 +12770,6 @@ sub is_core

for my $version (sort { $a <=> $b } keys %delta) {
my $data = $delta{$version};

tie %{$version{$version}}, 'Module::CoreList::TieHashDelta',
$data->{changed}, $data->{removed},
$data->{delta_from} ? $version{$data->{delta_from}} : undef;
Expand Down Expand Up @@ -13400,7 +13399,6 @@ for my $version (sort { $a <=> $b } keys %delta) {

for my $version (sort { $a <=> $b } keys %deprecated) {
my $data = $deprecated{$version};

tie %{ $deprecated{$version} }, 'Module::CoreList::TieHashDelta',
$data->{changed}, $data->{removed},
$data->{delta_from} ? $deprecated{ $data->{delta_from} } : undef;
Expand Down

0 comments on commit 8175977

Please sign in to comment.