===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libgetargs-long-perl-1.1012/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libgetargs-long-perl-1.1012/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libgetargs-long-perl-1.1012/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libgetargs-long-perl-1.1012/inc/Module/Install/Makefile.pm-45-sub makemaker {
libgetargs-long-perl-1.1012/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libgetargs-long-perl-1.1012/inc/Module/Install/Makefile.pm-47-}
##############################################
libgetargs-long-perl-1.1012/inc/Module/Install/GithubMeta.pm-19-  local $ENV{LANG}='C';
libgetargs-long-perl-1.1012/inc/Module/Install/GithubMeta.pm:20:  return unless my ($git_url) = `git remote show -n $remote` =~ /URL: (.*)$/m;
libgetargs-long-perl-1.1012/inc/Module/Install/GithubMeta.pm-21-  return unless $git_url =~ /github\.com/; # Not a Github repository