===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
libxml-parser-perl-2.46/inc/Devel/CheckLib.pm-332-        $absexefile = '"' . $absexefile . '"' if $absexefile =~ m/\s/;
libxml-parser-perl-2.46/inc/Devel/CheckLib.pm:333:        push @wrongresult, $lib if $rv == 0 && -x $exefile && system($absexefile) != 0;
libxml-parser-perl-2.46/inc/Devel/CheckLib.pm-334-        unlink $ofile if -e $ofile;