===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtest-regexp-perl-2017040101/t/980_versions.t-27-my $top   = -d "blib" ? "blib/lib" : "lib";
libtest-regexp-perl-2017040101/t/980_versions.t:28:my @files = `$FIND $top -name [a-zA-Z_]*.pm`;
libtest-regexp-perl-2017040101/t/980_versions.t-29-chomp @files;
##############################################
libtest-regexp-perl-2017040101/t/982_git.t-22-
libtest-regexp-perl-2017040101/t/982_git.t:23:my @output = `$GIT status --porcelain`;
libtest-regexp-perl-2017040101/t/982_git.t-24-
##############################################
libtest-regexp-perl-2017040101/t/982_git.t-27-
libtest-regexp-perl-2017040101/t/982_git.t:28:my @tags = sort grep {/^release/} `$GIT tag`;
libtest-regexp-perl-2017040101/t/982_git.t-29-
##############################################
libtest-regexp-perl-2017040101/t/982_git.t-31-
libtest-regexp-perl-2017040101/t/982_git.t:32:my $changes_line = `$HEAD -1 Changes`;
libtest-regexp-perl-2017040101/t/982_git.t-33-