Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 436 Bytes

JSON::JQ - jq (https://stedolan.github.io/jq/) library binding

Check module's own pod documentation on how to use it.

Installation

Standard

Install the module like usual.

  cpan install JSON::JQ
  # or
  cpanm JSON::JQ

Custom

Down and unpack the module package and perform custom install.

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

Enjoy.