===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
prt-0.20/lib/App/PRT/Collector/GitDirectory.pm-44-
prt-0.20/lib/App/PRT/Collector/GitDirectory.pm:45:    my $output = `git --no-pager --git-dir $git_directory ls-files --full-name 2> /dev/null`;
prt-0.20/lib/App/PRT/Collector/GitDirectory.pm-46-
##############################################
prt-0.20/t/App-PRT-Command-ReplaceToken.t-102-        $command->execute($file);
prt-0.20/t/App-PRT-Command-ReplaceToken.t:103:        is file($file)->slurp, <<'CODE', 'target is `my ($class, $name) = @_;`, not subroutine';
prt-0.20/t/App-PRT-Command-ReplaceToken.t-104-package My::Food;