===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
w3c-linkchecker-4.81/t/00compile.t-3-
w3c-linkchecker-4.81/t/00compile.t:4:ok(system($^X, '-wTc', File::Spec->catfile('bin', 'checklink')) == 0);
w3c-linkchecker-4.81/t/00compile.t-5-require_ok('W3C::LinkChecker');
##############################################
w3c-linkchecker-4.81/bin/checklink-185-    if (my $host = Net::hostent::gethostbyname($hostname)) {
w3c-linkchecker-4.81/bin/checklink:186:        $addr = Socket::inet_ntoa($host->addr()) if $host->addr();
w3c-linkchecker-4.81/bin/checklink-187-        if ($addr && (my $ip = Net::IP->new($addr))) {