=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libtest-utf8-perl-1.02/inc/Module/Install/Fetch.pm-84- return if exists $args{size} and -s $file != $args{size}; libtest-utf8-perl-1.02/inc/Module/Install/Fetch.pm:85: system($args{run}) if exists $args{run}; libtest-utf8-perl-1.02/inc/Module/Install/Fetch.pm-86- unlink($file) if $args{remove}; ############################################## libtest-utf8-perl-1.02/inc/Module/Install/Makefile.pm-45-sub makemaker { libtest-utf8-perl-1.02/inc/Module/Install/Makefile.pm:46: ( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0 libtest-utf8-perl-1.02/inc/Module/Install/Makefile.pm-47-} ############################################## libtest-utf8-perl-1.02/inc/Module/Install/GithubMeta.pm-17- my $remote = shift || 'origin'; libtest-utf8-perl-1.02/inc/Module/Install/GithubMeta.pm:18: return unless my ($git_url) = `git remote show -n $remote` =~ /URL: (.*)$/m; libtest-utf8-perl-1.02/inc/Module/Install/GithubMeta.pm-19- return unless $git_url =~ /github\.com/; # Not a Github repository ############################################## libtest-utf8-perl-1.02/inc/Module/Install.pm-376-# Done in evals to avoid confusing Perl::MinimumVersion libtest-utf8-perl-1.02/inc/Module/Install.pm:377:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@; libtest-utf8-perl-1.02/inc/Module/Install.pm-378-sub _read { ############################################## libtest-utf8-perl-1.02/inc/Module/Install.pm-414-# Done in evals to avoid confusing Perl::MinimumVersion libtest-utf8-perl-1.02/inc/Module/Install.pm:415:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@; libtest-utf8-perl-1.02/inc/Module/Install.pm-416-sub _write {