Alien::libt2t - Alien::libt2t
version 0.06
my $alien = Alien::libt2t->new;
It is not necessary, but you can create an instance for compatibility with Alien::Base.
my $dir = Alien::libt2t->dist_dir;
Returns the directory where the libt2t library is installed.
my $flags = Alien::libt2t->cflags;
Returns the compiler flags.
my $libs = Alien::libt2t->libs;
Returns the library flags.
Graham Ollis <plicease@cpan.org>
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.