===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
librrdtool-oo-perl-0.36/Makefile.PL-77-
librrdtool-oo-perl-0.36/Makefile.PL:78:    system("gzip -dc rrdtool.tar.gz | tar xfv -; cd `ls -t | grep rrdtool | grep -v gz | head -1`; ./configure $CONFIGURE_OPTS; make; cd bindings/perl-shared; perl Makefile.PL; make; make test; make install") and die "Install failed: $!";
librrdtool-oo-perl-0.36/Makefile.PL-79-
##############################################
librrdtool-oo-perl-0.36/t/005Graph.t-20-    return unless $VIEW;
librrdtool-oo-perl-0.36/t/005Graph.t:21:    system($VIEWPROG, $_[0]) if ( -x $VIEWPROG );
librrdtool-oo-perl-0.36/t/005Graph.t-22-}