===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL-58-
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL:59:my $xver = `$xapian_config --version`;
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL-60-if ($xver eq '') {
##############################################
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL-80-
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL:81:my $inc = `$xapian_config --cxxflags`;
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL-82-chomp($inc);
##############################################
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL-85-my $libsvar = 'LIBS';
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL:86:my $libs = `$xapian_config --libs 2> /dev/null`;
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL-87-chomp($libs);
##############################################
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL-99-    $libsvar = 'macro';
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL:100:    $libs = `$xapian_config --ltlibs`;
libsearch-xapian-perl-1.2.25.4/t/symbol-test/Makefile.PL-101-    chomp($libs);
##############################################
libsearch-xapian-perl-1.2.25.4/t/symbol-test.t-21-
libsearch-xapian-perl-1.2.25.4/t/symbol-test.t:22:system($^X, "Makefile.PL", @args) == 0 or die $!;
libsearch-xapian-perl-1.2.25.4/t/symbol-test.t-23-system("make 2>&1") == 0 or die $!;
##############################################
libsearch-xapian-perl-1.2.25.4/makehtmldocs-74-
libsearch-xapian-perl-1.2.25.4/makehtmldocs:75:	system('pod2html', '--podroot=blib/lib', '--podpath=.', '--htmlroot', $root, '--infile', $in, '--outfile', $tmp) == 0
libsearch-xapian-perl-1.2.25.4/makehtmldocs-76-	    or die $!;
##############################################
libsearch-xapian-perl-1.2.25.4/Makefile.PL-64-
libsearch-xapian-perl-1.2.25.4/Makefile.PL:65:my $xver = `$xapian_config --version`;
libsearch-xapian-perl-1.2.25.4/Makefile.PL-66-if ($xver eq '') {
##############################################
libsearch-xapian-perl-1.2.25.4/Makefile.PL-86-
libsearch-xapian-perl-1.2.25.4/Makefile.PL:87:my $inc = `$xapian_config --cxxflags`;
libsearch-xapian-perl-1.2.25.4/Makefile.PL-88-chomp($inc);
##############################################
libsearch-xapian-perl-1.2.25.4/Makefile.PL-91-my $libsvar = 'LIBS';
libsearch-xapian-perl-1.2.25.4/Makefile.PL:92:my $libs = `$xapian_config --libs 2> $devnull`;
libsearch-xapian-perl-1.2.25.4/Makefile.PL-93-chomp($libs);
##############################################
libsearch-xapian-perl-1.2.25.4/Makefile.PL-105-    $libsvar = 'macro';
libsearch-xapian-perl-1.2.25.4/Makefile.PL:106:    $libs = `$xapian_config --ltlibs`;
libsearch-xapian-perl-1.2.25.4/Makefile.PL-107-    chomp($libs);