App-ansifold
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/ansifold.pm view on Meta::CPAN
}
};
};
has width_index => default => [];
} no Getopt::EX::Hashed;
sub run {
my $app = shift;
local @ARGV = @_;
$app->options->params->doit;
return 0;
}
sub options {
my $app = shift;
for (@ARGV) {
$_ = decode 'utf8', $_ unless utf8::is_utf8($_);
}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.490 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )