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 installs a local copy of libtermkey, primarily for use by the Term::TermKey distribution. It is not intended to be used directly.

This module bundles libtermkey version 0.14.

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>