NAME

Config::PkgConfig - Perl extension to interact with pck-config

SYNOPSIS

use Config::PkgConfig;

$version = modversion("glib-2.0");

%modules = listall();

if (modexists("gtk+-2.0")) { ... }

ABSTRACT

The module idea is to provide helpful methods over package-config
such that the user does not need to use it directly.

DESCRIPTION

.. to be provided ..

AUTHOR

Alberto Simoes, <ambs@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2003 by Alberto Simoes

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.