===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtemplate-plugin-latex-perl-3.12/t/lib/Template/Test/Latex.pm-65-    return "FAIL - can't find dvitype" unless $dvitype and -x $dvitype;
libtemplate-plugin-latex-perl-3.12/t/lib/Template/Test/Latex.pm:66:    my $dvioutput =  `$dvitype $path`; 
libtemplate-plugin-latex-perl-3.12/t/lib/Template/Test/Latex.pm-67-    foreach (split(/\n/, $dvioutput)) {