===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libxml-xpathengine-perl-0.14/lib/XML/XPathEngine/Expr.pm-134-        die ("No RHS of ", $self->as_string) unless $self->{rhs};
libxml-xpathengine-perl-0.14/lib/XML/XPathEngine/Expr.pm:135:        $results = $self->op_eval($node);
libxml-xpathengine-perl-0.14/lib/XML/XPathEngine/Expr.pm-136-    }
##############################################
libxml-xpathengine-perl-0.14/t/minidom.pm-96-
libxml-xpathengine-perl-0.14/t/minidom.pm:97:    my $data= eval( $string);
libxml-xpathengine-perl-0.14/t/minidom.pm-98-    my $self= bless $data, $class;
##############################################
libxml-xpathengine-perl-0.14/Makefile.PL-17-# add the license bit in META.yaml
libxml-xpathengine-perl-0.14/Makefile.PL:18:unless( `$^X -n -e'print if( m{license\\s*:\\s*perl})' Makefile`)
libxml-xpathengine-perl-0.14/Makefile.PL-19-  { system $^X . q{ -p -i -e's{^((.*)distribution_type: module(.*))}{$1\n$2license: perl$3}m' Makefile}; }