
Alien::libtermkey - Alien wrapping for libtermkey

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.16.

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...

Paul Evans <leonerd@leonerd.org.uk>