===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtime-moment-perl-0.44/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libtime-moment-perl-0.44/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libtime-moment-perl-0.44/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libtime-moment-perl-0.44/inc/Module/Install/Makefile.pm-45-sub makemaker {
libtime-moment-perl-0.44/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libtime-moment-perl-0.44/inc/Module/Install/Makefile.pm-47-}
##############################################
libtime-moment-perl-0.44/inc/Module/Install/XSUtil.pm-186-sub _gccversion {
libtime-moment-perl-0.44/inc/Module/Install/XSUtil.pm:187:    my $res = `$Config{cc} --version`;
libtime-moment-perl-0.44/inc/Module/Install/XSUtil.pm-188-    my ($version) = $res =~ /\(GCC\) ([0-9.]+)/;
##############################################
libtime-moment-perl-0.44/inc/Module/Install/XSUtil.pm-597-        _verbose("extract functions from: $cppcmd") if _VERBOSE;
libtime-moment-perl-0.44/inc/Module/Install/XSUtil.pm:598:        `$cppcmd`;
libtime-moment-perl-0.44/inc/Module/Install/XSUtil.pm-599-    };
##############################################
libtime-moment-perl-0.44/inc/Module/Install.pm-376-# Done in evals to avoid confusing Perl::MinimumVersion
libtime-moment-perl-0.44/inc/Module/Install.pm:377:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libtime-moment-perl-0.44/inc/Module/Install.pm-378-sub _read {
##############################################
libtime-moment-perl-0.44/inc/Module/Install.pm-416-# Done in evals to avoid confusing Perl::MinimumVersion
libtime-moment-perl-0.44/inc/Module/Install.pm:417:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libtime-moment-perl-0.44/inc/Module/Install.pm-418-sub _write {
##############################################
libtime-moment-perl-0.44/Makefile.PL-21-        print qq{# The following modules are not available.\n};
libtime-moment-perl-0.44/Makefile.PL:22:        print qq{# `perl $0 | cpanm` will install them:\n};
libtime-moment-perl-0.44/Makefile.PL-23-        s/\A inc:: //x for @missing;