===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libhtml-selector-xpath-perl-0.25/xt/99-compile.t-21-    my ($stdout, $stderr, $exit) = capture(sub {
libhtml-selector-xpath-perl-0.25/xt/99-compile.t:22:        system( $^X, '-Mblib', '-c', $_ );
libhtml-selector-xpath-perl-0.25/xt/99-compile.t-23-    });
##############################################
libhtml-selector-xpath-perl-0.25/xt/99-synopsis.t-34-        close $tmpfh; # flush it
libhtml-selector-xpath-perl-0.25/xt/99-synopsis.t:35:        my $output = `$^X -Ilib -c $tempname 2>&1`;
libhtml-selector-xpath-perl-0.25/xt/99-synopsis.t-36-        if( $output =~ /\ssyntax OK$/ ) {
##############################################
libhtml-selector-xpath-perl-0.25/Changes-44-      - Support `:nth-child(odd)` and `:nth-child(even)` (Aaron Crane)
libhtml-selector-xpath-perl-0.25/Changes:45:      - Translation of `[attr$=tail]` works with XPath 1.0 (Aaron Crane)
libhtml-selector-xpath-perl-0.25/Changes-46-
##############################################
libhtml-selector-xpath-perl-0.25/inc/Module/Install/Makefile.pm-45-sub makemaker {
libhtml-selector-xpath-perl-0.25/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libhtml-selector-xpath-perl-0.25/inc/Module/Install/Makefile.pm-47-}
##############################################
libhtml-selector-xpath-perl-0.25/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libhtml-selector-xpath-perl-0.25/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libhtml-selector-xpath-perl-0.25/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libhtml-selector-xpath-perl-0.25/inc/Module/Install.pm-376-# Done in evals to avoid confusing Perl::MinimumVersion
libhtml-selector-xpath-perl-0.25/inc/Module/Install.pm:377:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libhtml-selector-xpath-perl-0.25/inc/Module/Install.pm-378-sub _read {
##############################################
libhtml-selector-xpath-perl-0.25/inc/Module/Install.pm-414-# Done in evals to avoid confusing Perl::MinimumVersion
libhtml-selector-xpath-perl-0.25/inc/Module/Install.pm:415:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libhtml-selector-xpath-perl-0.25/inc/Module/Install.pm-416-sub _write {