NAME

Alien::V8 - Builds and installs the V8 JavaScript engine

SYNOPSIS

use Alien::V8;

# Where to find "v8.h"
my $incdir = Alien::V8->incdir();

# Where to v8 shared library (i.e.: libv8.so, libv8.dylib, ...)
my $libdir = Alien::V8->libdir();

AUTHORS

Remy Chibois <rchibois at gmail dot com>

COPYRIGHT AND LICENSE

Copyright (c) 2011 Remy Chibois

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.