Skip to content

dxma/perl5-json-jq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.