perl_ExtUtils_PkgConfig: perl_ExtUtils_PkgConfig - simplistic interface to pkg-config perl_ExtUtils_PkgConfig: perl_ExtUtils_PkgConfig: The pkg-config program retrieves information about installed perl_ExtUtils_PkgConfig: libraries, usually for the purposes of compiling against and linking perl_ExtUtils_PkgConfig: to them. ExtUtils::PkgConfig is a very simplistic interface to this perl_ExtUtils_PkgConfig: utility, intended for use in the Makefile.PL of perl extensions which perl_ExtUtils_PkgConfig: bind libraries that pkg-config knows. It is really just boilerplate perl_ExtUtils_PkgConfig: code that you would've written yourself. perl_ExtUtils_PkgConfig: perl_ExtUtils_PkgConfig: perl_ExtUtils_PkgConfig: