App-MechaCPAN
    
    
  
  
  
view release on metacpan or search on metacpan
lib/App/MechaCPAN.pm view on Meta::CPAN
  logmsg($line);
  return
    if $QUIET;
  $color = eval { Term::ANSIColor::color($color) } // $RESET;
  state @last_key;
  # Undo the last line that is bold
  if ( @last_key && !$VERBOSE && $last_key[0] ne $key )
  {
    _show_line(@last_key);
  }
  _show_line( $key, $color . $BOLD, $line );
  @last_key = ( $key, $color, $line );
}
END  { print STDERR "\n" unless $QUIET; }
( run in 0.421 second using v1.01-cache-2.11-cpan-5dc5da66d9d )