The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::LuaJIT - Alien module for asserting a luajit is available

SYNOPSIS

  use Alien::LuaJIT;
  my $alien = Alien::LuaJIT->new;
  my $libs = $alien->libs;
  my $cflags = $alien->cflags;

DESCRIPTION

See the documentation of Alien::Base for details on the API of this module.

This module builds a copy of LuaJIT that it ships or picks up a luajit from the system. It exposes the location of the installed headers and shared objects via a simple API to use by downstream depenent modules.

SEE ALSO

http://www.luajit.org

Alien::Base

AUTHOR

Steffen Mueller, <smueller@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2013 by Steffen Mueller

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available.