NAME
Alien::LibJQ - Build libjq library (https://stedolan.github.io/jq/)
SYNOPSIS
In C<Makefile.PL>:
use strict;
use warnings;
use ExtUtils::MakeMaker;
use Alien::Base::Wrapper;
...
WriteMakefile(
Alien::Base::Wrapper->new('Alien::LibJQ')->mm_args2(
...
CONFIGURE_REQUIRES => {
...
'Alien::LibJQ' => '0.01',
...
},
...
),
);
...
DESCRIPTION
Provide libjq.so to other modules.
AUTHOR
Dongxu Ma
CPAN ID: DONGXU
dongxu __at__ cpan.org
https://github.com/dxma/perl5-cpan
COPYRIGHT
This program is free software licensed under the...
The MIT License
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1).