=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libtest-eol-perl-2.00/t/12-fail.t-52- my (undef, $outfile) = tempfile(); libtest-eol-perl-2.00/t/12-fail.t:53: is( `$perl $inc -MTest::EOL -e "$code" > $outfile 2>&1`, '', "test sub program: output redirected" ); libtest-eol-perl-2.00/t/12-fail.t-54- is( $? >> 8, 1, "test sub program: exit code is 1" ); ############################################## libtest-eol-perl-2.00/t/13-latin1.t-17- libtest-eol-perl-2.00/t/13-latin1.t:18: `$^X -MTest::EOL -e "all_perl_files_ok( '$tmpdir' )" 2>$stderr`; libtest-eol-perl-2.00/t/13-latin1.t-19- ok(! $? );