===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libois-perl-0.10/Makefile.PL-97-    # Check that pkg-config is installed
libois-perl-0.10/Makefile.PL:98:    my $pcver = `$pc --version`;
libois-perl-0.10/Makefile.PL-99-    if ($pcver eq '') {
##############################################
libois-perl-0.10/Makefile.PL-103-        # Check that pkg-config knows about the package
libois-perl-0.10/Makefile.PL:104:        my $pkgexists = `$pc --exists $pkg`;
libois-perl-0.10/Makefile.PL-105-        if ($?) {
##############################################
libois-perl-0.10/Makefile.PL-109-            # Check that the package is the right version
libois-perl-0.10/Makefile.PL:110:            my $pkgver = `$pc --atleast-version='$required_version' $pkg`;
libois-perl-0.10/Makefile.PL-111-            if ($?) {
##############################################
libois-perl-0.10/Makefile.PL-124-
libois-perl-0.10/Makefile.PL:125:    my $str = `$pc --$option $pkg`;
libois-perl-0.10/Makefile.PL-126-    if ($?) {