===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libxml-sax-machines-perl-0.46/lib/XML/SAX/EventMethodMaker.pm-178-    my $where = shift;
libxml-sax-machines-perl-0.46/lib/XML/SAX/EventMethodMaker.pm:179:    $where = ref $where || $where;
libxml-sax-machines-perl-0.46/lib/XML/SAX/EventMethodMaker.pm-180-    no strict 'refs';
##############################################
libxml-sax-machines-perl-0.46/lib/XML/SAX/EventMethodMaker.pm-187-    my ( $where, $template ) = ( shift, shift );
libxml-sax-machines-perl-0.46/lib/XML/SAX/EventMethodMaker.pm:188:    $where = ref $where || $where;
libxml-sax-machines-perl-0.46/lib/XML/SAX/EventMethodMaker.pm-189-
##############################################
libxml-sax-machines-perl-0.46/t/00-compile.t-37-    my ($stdout, $stderr, $exit) = capture {
libxml-sax-machines-perl-0.46/t/00-compile.t:38:        system($^X, '-Mblib', '-e', qq{require q[$lib]});
libxml-sax-machines-perl-0.46/t/00-compile.t-39-    };