The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>