Skip to content

Commit

Permalink
clarify to which line of code a comment applies
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Mar 16, 2014
1 parent ba87527 commit 0684a29
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/PAUSE/dist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -861,12 +861,11 @@ sub examine_pms {
return if $self->{HAS_BLIB};
return if $self->{HAS_MULTIPLE_ROOT};
return if $self->{HAS_WORLD_WRITABLE};
return if $self->{COULD_NOT_UNTAR}; # XXX not yet reached, we
# need to re-examine what
# happens without SKIP.
# Currently SKIP shadows
# the event of
# could_not_untar

# XXX not yet reached, we need to re-examine what happens without SKIP.
# Currently SKIP shadows the event of could_not_untar
return if $self->{COULD_NOT_UNTAR};

my $dist = $self->{DIST};

my $pmfiles = $self->filter_pms;
Expand Down

0 comments on commit 0684a29

Please sign in to comment.