===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libhttp-parser-xs-perl-0.17/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libhttp-parser-xs-perl-0.17/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libhttp-parser-xs-perl-0.17/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libhttp-parser-xs-perl-0.17/inc/Module/Install/Makefile.pm-45-sub makemaker {
libhttp-parser-xs-perl-0.17/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libhttp-parser-xs-perl-0.17/inc/Module/Install/Makefile.pm-47-}
##############################################
libhttp-parser-xs-perl-0.17/inc/Module/Install.pm-376-# Done in evals to avoid confusing Perl::MinimumVersion
libhttp-parser-xs-perl-0.17/inc/Module/Install.pm:377:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libhttp-parser-xs-perl-0.17/inc/Module/Install.pm-378-sub _read {
##############################################
libhttp-parser-xs-perl-0.17/inc/Module/Install.pm-416-# Done in evals to avoid confusing Perl::MinimumVersion
libhttp-parser-xs-perl-0.17/inc/Module/Install.pm:417:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libhttp-parser-xs-perl-0.17/inc/Module/Install.pm-418-sub _write {
##############################################
libhttp-parser-xs-perl-0.17/t/02response.t-119-    my $res = parse_it($header);
libhttp-parser-xs-perl-0.17/t/02response.t:120:    my $r   = eval($expect);
libhttp-parser-xs-perl-0.17/t/02response.t-121-    is_deeply( $res, $r, 'test-' . $i) or diag(explain($res));
##############################################
libhttp-parser-xs-perl-0.17/t/03response-error.t-53-    my ($ret) = parse_http_response($header, HEADERS_AS_HASHREF);
libhttp-parser-xs-perl-0.17/t/03response-error.t:54:    my $r    = eval($expect);
libhttp-parser-xs-perl-0.17/t/03response-error.t-55-    is( $ret, $r, "test-$i");
##############################################
libhttp-parser-xs-perl-0.17/t/04response-format.t-79-
libhttp-parser-xs-perl-0.17/t/04response-format.t:80:    my $r   = eval($expect);
libhttp-parser-xs-perl-0.17/t/04response-format.t-81-