NAME
Alien::libt2t - Alien::libt2t
VERSION
version 0.06
SYNOPSIS
DESCRIPTION
CONSTRUCTOR
new
my
$alien
= Alien::libt2t->new;
It is not necessary, but you can create an instance for compatibility with Alien::Base.
METHODS
dist_dir
my
$dir
= Alien::libt2t->dist_dir;
Returns the directory where the libt2t library is installed.
cflags
my
$flags
= Alien::libt2t->cflags;
Returns the compiler flags.
libs
my
$libs
= Alien::libt2t->libs;
Returns the library flags.
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.