|
NAMEAlien::libt2t - Alien::libt2t VERSIONversion 0.06 SYNOPSISDESCRIPTIONCONSTRUCTORnewmy $alien = Alien::libt2t->new; It is not necessary, but you can create an instance for compatibility with Alien::Base. METHODSdist_dirmy $dir = Alien::libt2t->dist_dir; Returns the directory where the libt2t library is installed. cflagsmy $flags = Alien::libt2t->cflags; Returns the compiler flags. libsmy $libs = Alien::libt2t->libs; Returns the library flags. AUTHORGraham Ollis <plicease@cpan.org> COPYRIGHT AND LICENSEThis 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.
|