===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtest-strict-perl-0.52/t/02fail.t-53-  local $ENV{PERL5LIB} = $inc;
libtest-strict-perl-0.52/t/02fail.t:54:  ok( `$perl -MTest::Strict -e "all_perl_files_ok( '$dir' )" 2>&1 > $outfile`, 'all_perl_files_ok' );
libtest-strict-perl-0.52/t/02fail.t-55-  local $/ = undef;
##############################################
libtest-strict-perl-0.52/t/02fail.t-64-  local $ENV{PERL5LIB} = $inc;
libtest-strict-perl-0.52/t/02fail.t:65:  ok( `$perl -MTest::Strict -e "all_perl_files_ok( '$dir' )" 2>&1 > $outfile` );
libtest-strict-perl-0.52/t/02fail.t-66-  local $/ = undef;
##############################################
libtest-strict-perl-0.52/t/02fail.t-75-  local $ENV{PERL5LIB} = $inc;
libtest-strict-perl-0.52/t/02fail.t:76:  ok( `$perl -e "use Test::Strict no_plan =>1; warnings_ok( '$file' )" 2>&1 > $outfile` );
libtest-strict-perl-0.52/t/02fail.t-77-  local $/ = undef;
##############################################
libtest-strict-perl-0.52/t/02fail.t-85-  local $ENV{PERL5LIB} = $inc;
libtest-strict-perl-0.52/t/02fail.t:86:  ok( `$perl $test_file 2>&1 > $outfile` );
libtest-strict-perl-0.52/t/02fail.t-87-  local $/ = undef;
##############################################
libtest-strict-perl-0.52/t/02fail.t-99-  local $ENV{PERL5LIB} = $inc;
libtest-strict-perl-0.52/t/02fail.t:100:    ok( `$perl -MTest::Strict -e "all_perl_files_ok( '$dir' )" 2>&1 > $outfile` );
libtest-strict-perl-0.52/t/02fail.t-101-    local $/ = undef;
##############################################
libtest-strict-perl-0.52/lib/Test/Strict.pm-195-        local $ENV{PERL5LIB} = $inc;
libtest-strict-perl-0.52/lib/Test/Strict.pm:196:        `$perl_bin -c$switch \"$file\" 2>&1`;
libtest-strict-perl-0.52/lib/Test/Strict.pm-197-    };
##############################################
libtest-strict-perl-0.52/lib/Test/Strict.pm-485-
libtest-strict-perl-0.52/lib/Test/Strict.pm:486:    my $res = `$cover_bin -delete 2>&1`;
libtest-strict-perl-0.52/lib/Test/Strict.pm-487-    if ($?) {
##############################################
libtest-strict-perl-0.52/lib/Test/Strict.pm-493-        $file = _untaint($file);
libtest-strict-perl-0.52/lib/Test/Strict.pm:494:        `$perl_bin -MDevel::Cover=$DEVEL_COVER_OPTIONS $file`;
libtest-strict-perl-0.52/lib/Test/Strict.pm-495-        $Test->ok(! $?, "Coverage captured from $file" );
libtest-strict-perl-0.52/lib/Test/Strict.pm-496-    }
libtest-strict-perl-0.52/lib/Test/Strict.pm:497:    $Test->ok(my $cover = `$cover_bin 2>&1`, "Got cover");
libtest-strict-perl-0.52/lib/Test/Strict.pm-498-