===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libconfig-autoconf-perl-0.319/lib/Config/AutoConf.pm-421-                # check_run - Capture::Tiny, Open3 ... ftw!
libconfig-autoconf-perl-0.319/lib/Config/AutoConf.pm:422:                my $ans = `echo a | ($grep -E '(a|b)') 2>/dev/null`;
libconfig-autoconf-perl-0.319/lib/Config/AutoConf.pm-423-                chomp $ans;
##############################################
libconfig-autoconf-perl-0.319/lib/Config/AutoConf.pm-492-                my ($stdout, $stderr, $exit) =
libconfig-autoconf-perl-0.319/lib/Config/AutoConf.pm:493:                  capture { system($lex, $filename); };
libconfig-autoconf-perl-0.319/lib/Config/AutoConf.pm-494-                chomp $stdout;
##############################################
libconfig-autoconf-perl-0.319/lib/Config/AutoConf.pm-3438-    my ($stdout, $stderr, $exit) =
libconfig-autoconf-perl-0.319/lib/Config/AutoConf.pm:3439:      capture { system($_pkg_config_prog, @pkg_config_args); };
libconfig-autoconf-perl-0.319/lib/Config/AutoConf.pm-3440-    chomp $stdout;
##############################################
libconfig-autoconf-perl-0.319/README.md-893-
libconfig-autoconf-perl-0.319/README.md:894:When neither is found (`$0` contains neither `Makefile.PL` nor `Build.PL`),
libconfig-autoconf-perl-0.319/README.md-895-simply 0 is returned.
##############################################
libconfig-autoconf-perl-0.319/README.md-899-This check method proves whether a pure perl build is wanted or not by
libconfig-autoconf-perl-0.319/README.md:900:cached-checking `$self->_check_pureperl_required`.
libconfig-autoconf-perl-0.319/README.md-901-
##############################################
libconfig-autoconf-perl-0.319/README.md-924-The extension over ["check\_produce\_xs\_build"](#check_produce_xs_build) can be avoided by adding the
libconfig-autoconf-perl-0.319/README.md:925:`notest_loadable_xs` to `$ENV{PERL5_AC_OPTS}`.
libconfig-autoconf-perl-0.319/README.md-926-