           SPELL=json
         VERSION=2.53
          SOURCE="JSON-${VERSION}.tar.gz"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MA/MAKAMAKA/${SOURCE}
     SOURCE_HASH=sha512:fd35090f90c7d6658f7398ba8b2fb3815e0493e147964bc127f2e4f9692b67334d213b7417e3049e5837ca309e04d28b6d2bb1558d31d8295fa54724ce5d2548
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/JSON-${VERSION}"
        WEB_SITE=".org/~makamaka/JSON/http://search.cpan.org/~makamaka/JSON/"
      LICENSE[0]=ART
         ENTERED=20121003
           SHORT="JSON (JavaScript Object Notation) encoder/decoder"
cat << EOF
JSON (JavaScript Object Notation) is a simple data format. See to
http://www.json.org/ and RFC4627(http://www.ietf.org/rfc/rfc4627.txt).

This module converts Perl data structures to JSON and vice versa using either
JSON::XS or JSON::PP.

JSON::XS is the fastest and most proper JSON module on CPAN which must be
compiled and installed in your environment. JSON::PP is a pure-Perl module
which is bundled in this distribution and has a strong compatibility to
JSON::XS.

This module try to use JSON::XS by default and fail to it, use JSON::PP
instead. So its features completely depend on JSON::XS or JSON::PP.
EOF
