App-rdapper
view release on metacpan or search on metacpan
lib/App/rdapper.pm view on Meta::CPAN
if (-t $out && !$nocolor) {
return colored($cref, $str);
} else {
return $str;
}
}
sub u { colourise([qw(underline)], shift) }
sub b { colourise([qw(bold)], shift) }
sub _ { decode($LH->encoding, $LH->maketext(@_)) }
#
# this function uses PPI to parse this file, extract the messages passed to _()
# and prints a .po file on STDOUT.
#
sub export_strings {
eval {
require PPI;
( run in 0.563 second using v1.01-cache-2.11-cpan-5dc5da66d9d )