App-cat-v
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/cat/v.pm view on Meta::CPAN
# internal use
has flags => default => { pairmap { $a => $b->default } %control };
has convert => default => {};
} no Getopt::EX::Hashed;
sub run {
my $app = shift;
local @ARGV = splice @_;
$app->options->setup->doit;
return 0;
}
sub options {
my $app = shift;
for (@ARGV) {
$_ = decode 'utf8', $_ unless utf8::is_utf8($_);
}
use Getopt::EX::Long qw(:DEFAULT ExConfigure Configure);
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.334 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )