===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libhttp-server-simple-perl-0.52/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libhttp-server-simple-perl-0.52/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libhttp-server-simple-perl-0.52/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libhttp-server-simple-perl-0.52/inc/Module/Install/Makefile.pm-45-sub makemaker {
libhttp-server-simple-perl-0.52/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libhttp-server-simple-perl-0.52/inc/Module/Install/Makefile.pm-47-}
##############################################
libhttp-server-simple-perl-0.52/t/04cgi.t-8-
libhttp-server-simple-perl-0.52/t/04cgi.t:9:my $host = gethostbyaddr(inet_aton('localhost'), AF_INET);
libhttp-server-simple-perl-0.52/t/04cgi.t-10-
##############################################
libhttp-server-simple-perl-0.52/t/01live.t-179-    if ($family == AF_INET) {
libhttp-server-simple-perl-0.52/t/01live.t:180:        $localhost{$family} = gethostbyaddr(INADDR_LOOPBACK,$family);
libhttp-server-simple-perl-0.52/t/01live.t-181-    } else  {
libhttp-server-simple-perl-0.52/t/01live.t:182:        $localhost{$family} = gethostbyaddr(Socket::IN6ADDR_LOOPBACK,$family);
libhttp-server-simple-perl-0.52/t/01live.t-183-    }
##############################################
libhttp-server-simple-perl-0.52/.pc/fix_port_in_use_in_test.patch/t/01live.t-178-    if ($family == AF_INET) {
libhttp-server-simple-perl-0.52/.pc/fix_port_in_use_in_test.patch/t/01live.t:179:        $localhost{$family} = gethostbyaddr(INADDR_LOOPBACK,$family);
libhttp-server-simple-perl-0.52/.pc/fix_port_in_use_in_test.patch/t/01live.t-180-    } else  {
libhttp-server-simple-perl-0.52/.pc/fix_port_in_use_in_test.patch/t/01live.t:181:        $localhost{$family} = gethostbyaddr(Socket::IN6ADDR_LOOPBACK,$family);
libhttp-server-simple-perl-0.52/.pc/fix_port_in_use_in_test.patch/t/01live.t-182-    }