CPANPLUS-Shell-Curses
view release on metacpan or search on metacpan
lib/CPANPLUS/Shell/Curses.pm view on Meta::CPAN
### filter for same package and underline updated:
foreach my $module (@displaymod) {
my $details = $data->{$module};
if (defined $details->{'package'} and $seen{$details->{'package'}}) {
delete $values->{$module};
next;
};
$seen{$details->{'package'}}++ if defined $details->{'package'};
$module = "<bold><underline>$module</underline></bold>"
if $updated{$module};
push @newdisplaymod, $module;
}
### Show all the stuff:
$mainw->getobj('listw')->getobj('list')->values(\@newdisplaymod);
$mainw->getobj('listw')->getobj('list')->draw();
}
( run in 1.376 second using v1.01-cache-2.11-cpan-5dc5da66d9d )