NAME
Alien::LibJQ - Build libjq library (https://stedolan.github.io/jq/)
SYNOPSIS
In C<Makefile.PL>:
...
WriteMakefile(
Alien::Base::Wrapper->new(
'Alien::LibJQ'
)->mm_args2(
...
CONFIGURE_REQUIRES
=> {
...
'Alien::LibJQ'
=>
'0.01'
,
...
},
...
),
);
...
DESCRIPTION
Provide libjq.so to other modules.
AUTHOR
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).