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.925 second using v1.01-cache-2.11-cpan-1e74a51a04c )