App-Pod
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
t/01-usage-simple.t view on Meta::CPAN
q( with_roles - Alias for "with_roles" in ...),
],
},
);
my $is_path = qr/ ^ Path: \s* \K (.*) $ /x;
my $is_version = qr/ \b \d+\.\d+ $ /x;
my $is_cache_path = qr/ "_cache_path" \s+ => \K \s+ ".*" /x;
for my $case ( @cases ) {
local @ARGV = ( $case->{input}->@* );
my $input = "@ARGV";
my $out = "";
# Capture output.
{
local *STDOUT;
local *STDERR;
open STDOUT, ">", \$out or die $!;
open STDERR, ">>", \$out or die $!;
eval { App::Pod->run };
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.509 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )