===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtest-script-perl-1.26/xt/release/fixme.t-15-  match => qr/FIXME/,
libtest-script-perl-1.26/xt/release/fixme.t:16:  where => [ grep { -e $_ } qw( bin lib t Makefile.PL Build.PL )],
libtest-script-perl-1.26/xt/release/fixme.t-17-  warn  => 1,
##############################################
libtest-script-perl-1.26/lib/Test/Script.pm-102-  my $cmd    = [ perl, @$pargs, "-I$dir", '-M__TEST_SCRIPT__', '-c', $path, @$args ];
libtest-script-perl-1.26/lib/Test/Script.pm:103:  my ($stdout, $stderr) = capture { system(@$cmd) };
libtest-script-perl-1.26/lib/Test/Script.pm-104-  my $error  = $@;
##############################################
libtest-script-perl-1.26/lib/Test/Script.pm-203-
libtest-script-perl-1.26/lib/Test/Script.pm:204:  (${$opt->{stdout}}, ${$opt->{stderr}}) = capture { system(@$cmd) };
libtest-script-perl-1.26/lib/Test/Script.pm-205-