The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::libtermkey - Alien wrapping for libtermkey

DESCRIPTION

This CPAN distribution wraps the C library libtermkey in a wrapper suitable to drive CPAN and other Perl-related build infrastructure.

If the C library is already installed and known by pkg-config, this module provides a simple access to its configuration. If not, the process of installing it will install a locally-bundled copy of the library into perl's arch-specific library directory.

This module bundles libtermkey version 0.18.

METHODS

This module behaves like ExtUtils::PkgConfig, responding to the same methods, except that the module name is implied. Thus, the configuration can be obtained by calling

 $cflags = Alien::libtermkey->cflags
 $libs = Alien::libtermkey->libs

 $ok = Alien::libtermkey->atleast_version( $version )

 etc...

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>