App-ansifold

 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 distribution
 view release on metacpan -  search on metacpan

( run in 2.440 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-72ae3ad1e6da )