NAME
Alien::LibJIT - your very own libjit for nefarious Perl purposes
VERSION
version 0.03
SYNOPSIS
use Alien::LibJIT;
my $aroot = Alien::ROOT->new;
DESCRIPTION
Installs a copy of libjit for use from XS modules.
This version of Alien::LibJIT
comes with the libjit code from http://git.savannah.gnu.org/r/libjit.git as of 1.9.2013.
METHODS
Alien::LibJIT->new
Creates a new Alien::LibJIT
object.
lib_dir
Returns the directory which the libjit static library resides in.
static_library
Returns the path to the libjit static library.
include_dir
Returns the directory which the libjit headers reside in.
AUTHOR
Steffen Mueller <smueller@cpan.org>
Mattia Barbon <mattia@barbon.org>
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Alien::LibJIT
You can also look for information at:
Metacpan
CPAN Request Tracker
CPAN Testers Platform Compatibility Matrix
SEE ALSO
Alien, the Alien manifesto.
LibJIT, an XS wrapper for libjit using this module.
Perl::JIT, a JIT compiler for Perl.
LICENSE
This module is licensed under the same terms as Perl itself,
AUTHORS
Mattia Barbon <mattia@barbon.org>
Steffen Mueller <smueller@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Steffen Mueller.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.