Alien-LibJQ
view release on metacpan or search on metacpan
# Developer Note and Instruction on Alien::LibJQ
## What This Module is
This module makes perl binding for jq and its static library. JQ is a light-weight command-line JSON processor, refer to its [project page](https://stedolan.github.io/jq/) for more information.
## How to Install
Install as usual:
```shell
perl Makefile.PL
make
make test
make install
```
( run in 0.623 second using v1.01-cache-2.11-cpan-2398b32b56e )