===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libio-pty-perl-1.15/Makefile.PL-97-
libio-pty-perl-1.15/Makefile.PL:98:if (system("$cfg{'cc'} $flags compilerok.c > compilerok.log 2>&1")) {
libio-pty-perl-1.15/Makefile.PL-99-  die <<"__EOT__";
##############################################
libio-pty-perl-1.15/Makefile.PL-173-  print "Looking for $f()" . "." x (13-length($f)) . " ";
libio-pty-perl-1.15/Makefile.PL:174:  if (system("$cfg{'cc'} $flags $funcs{$f} functest_$f.c > functest_$f.log 2>&1")) {
libio-pty-perl-1.15/Makefile.PL-175-    print "not found.\n";
##############################################
libio-pty-perl-1.15/Makefile.PL-200-  print "Looking for $h" . "." x (15-length($h)) . " ";
libio-pty-perl-1.15/Makefile.PL:201:  if(system("$cfg{'cc'} $flags headtest_$def.c > headtest_$def.log 2>&1")) {
libio-pty-perl-1.15/Makefile.PL-202-    print "not found.\n"
##############################################
libio-pty-perl-1.15/Makefile.PL-305-
libio-pty-perl-1.15/Makefile.PL:306:  if (system("$cfg{'cc'} $flags @{[keys %define]} ttsymtest_$s.c >ttsymtest_$s.log 2>&1")) {
libio-pty-perl-1.15/Makefile.PL-307-    print SUB qq{newCONSTSUB(stash, "$s", newSV(0));\n};
##############################################
libio-pty-perl-1.15/debian/changelog-174-
libio-pty-perl-1.15/debian/changelog:175:  * The alpha asm headers refer to structures not defined in the libc
libio-pty-perl-1.15/debian/changelog-176-    headers.  Patch from Paul Slootman.  (Closes: #82627).