App-Pod
view release on metacpan or search on metacpan
lib/App/Pod.pm view on Meta::CPAN
sub _reset {
colored( "@_", "RESET" );
}
#
# Misc Support
#
sub uniq(@) {
my %h;
grep { not $h{$_}++ } @_;
}
#
# Legacy
#
=for Legacy
-
( run in 0.734 second using v1.01-cache-2.11-cpan-65fba6d93b7 )