=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libunicode-linebreak-perl-0.0.20190101/Makefile.PL-104- libunicode-linebreak-perl-0.0.20190101/Makefile.PL:105:$enable_libthai = 0 if system("$pkg_config --exists libthai") >> 8; libunicode-linebreak-perl-0.0.20190101/Makefile.PL-106-if ($enable_libthai) { libunicode-linebreak-perl-0.0.20190101/Makefile.PL:107: $libthai = `$pkg_config --modversion libthai`; libunicode-linebreak-perl-0.0.20190101/Makefile.PL-108- chomp $libthai; ############################################## libunicode-linebreak-perl-0.0.20190101/Makefile.PL-121- libunicode-linebreak-perl-0.0.20190101/Makefile.PL:122: $libthai_libs = `$pkg_config --libs libthai`; libunicode-linebreak-perl-0.0.20190101/Makefile.PL-123- chomp $libthai_libs; libunicode-linebreak-perl-0.0.20190101/Makefile.PL:124: $libthai_inc = `$pkg_config --cflags libthai`; libunicode-linebreak-perl-0.0.20190101/Makefile.PL-125- chomp $libthai_inc; ############################################## libunicode-linebreak-perl-0.0.20190101/Makefile.PL-127- libunicode-linebreak-perl-0.0.20190101/Makefile.PL:128:if (system("$pkg_config --atleast-version=$sombok_atleast_version sombok") libunicode-linebreak-perl-0.0.20190101/Makefile.PL-129- >> 8 or libunicode-linebreak-perl-0.0.20190101/Makefile.PL:130: system("$pkg_config --max-version=$sombok_max_version sombok") >> 8) { libunicode-linebreak-perl-0.0.20190101/Makefile.PL-131- $bundled_sombok = 1; ############################################## libunicode-linebreak-perl-0.0.20190101/Makefile.PL-190-} else { libunicode-linebreak-perl-0.0.20190101/Makefile.PL:191: $sombok = `$pkg_config --modversion sombok`; libunicode-linebreak-perl-0.0.20190101/Makefile.PL-192- chomp $sombok; libunicode-linebreak-perl-0.0.20190101/Makefile.PL-193- print "Use sombok $sombok\n"; libunicode-linebreak-perl-0.0.20190101/Makefile.PL:194: $opts{'LIBS'} .= ' ' . `$pkg_config --libs sombok`; libunicode-linebreak-perl-0.0.20190101/Makefile.PL:195: $opts{'INC'} .= ' ' . `$pkg_config --cflags sombok`; libunicode-linebreak-perl-0.0.20190101/Makefile.PL-196-} ############################################## libunicode-linebreak-perl-0.0.20190101/Makefile.PL-211- for my $program (@dependencies) { libunicode-linebreak-perl-0.0.20190101/Makefile.PL:212: if (system("which $program > /dev/null") != 0) { libunicode-linebreak-perl-0.0.20190101/Makefile.PL-213- warn "W: Required test dependency not found: $program\n";