Skip to content

Commit

Permalink
suppress a warning that never knew what it was warning about, but it …
Browse files Browse the repository at this point in the history
…seems quite normal to happen
  • Loading branch information
andk committed Mar 19, 2012
1 parent 27252dd commit ab0a791
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/CPAN/Distribution.pm
Expand Up @@ -2766,13 +2766,13 @@ sub unsat_prereq {
# DMAKI/DateTime-Calendar-Chinese-0.05.tar.gz # DMAKI/DateTime-Calendar-Chinese-0.05.tar.gz
# in 2007-03 for 'make install' # in 2007-03 for 'make install'
# and 2008-04: #30464 (for 'make test') # and 2008-04: #30464 (for 'make test')
$CPAN::Frontend->mywarn("Warning: Prerequisite ". # $CPAN::Frontend->mywarn("Warning: Prerequisite ".
"'$need_module => $need_version' ". # "'$need_module => $need_version' ".
"for '$selfid' already built ". # "for '$selfid' already built ".
"but the result looks suspicious. ". # "but the result looks suspicious. ".
"Skipping another build attempt, ". # "Skipping another build attempt, ".
"to prevent looping endlessly.\n" # "to prevent looping endlessly.\n"
); # );
next NEED; next NEED;
} }
} }
Expand Down

0 comments on commit ab0a791

Please sign in to comment.