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