App-Pod
    
    
  
  
  
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 };
    
  
  
  
( run in 0.539 second using v1.01-cache-2.11-cpan-a1d94b6210f )