The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Alien::LibJQ - Build libjq library (https://stedolan.github.io/jq/)

SYNOPSIS

In C<Makefile.PL>:
use strict;
use warnings;
...
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

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).