The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "A Perl implementation of JSON Pointer (RFC6901)",
   "author" : [
      "Toru Yamaguchi <zigorou at cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v0.11.0",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "JSON-Pointer",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples",
         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "CPAN::Meta" : "0",
            "CPAN::Meta::Prereqs" : "0",
            "Module::Build" : "0.38"
         }
      },
      "develop" : {
         "requires" : {
            "Test::CPAN::Meta" : "0",
            "Test::MinimumVersion" : "0.10108",
            "Test::Pod" : "1.41",
            "Test::Spellunker" : "v0.2.7"
         }
      },
      "runtime" : {
         "requires" : {
            "B" : "1.29",
            "Carp" : "1.20",
            "Class::Accessor::Lite" : "0.05",
            "Clone" : "0.36",
            "Exporter" : "0",
            "JSON" : "2.53",
            "URI::Escape" : "3.31",
            "perl" : "5.008001"
         }
      },
      "test" : {
         "requires" : {
            "Test::Exception" : "0.31",
            "Test::More" : "0.98"
         }
      }
   },
   "provides" : {
      "JSON::Pointer" : {
         "file" : "lib/JSON/Pointer.pm",
         "version" : "0.03"
      },
      "JSON::Pointer::Context" : {
         "file" : "lib/JSON/Pointer/Context.pm",
         "version" : "0.03"
      },
      "JSON::Pointer::Exception" : {
         "file" : "lib/JSON/Pointer/Exception.pm",
         "version" : "0.03"
      },
      "JSON::Pointer::Syntax" : {
         "file" : "lib/JSON/Pointer/Syntax.pm",
         "version" : "0.03"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/zigorou/perl-json-pointer/issues"
      },
      "homepage" : "https://github.com/zigorou/perl-json-pointer",
      "repository" : {
         "url" : "git://github.com/zigorou/perl-json-pointer.git",
         "web" : "https://github.com/zigorou/perl-json-pointer"
      }
   },
   "version" : "0.03",
   "x_contributors" : [
      "aoneko <aoneko.ether@gmail.com>",
      "zigorou <zigorou@cpan.org>"
   ]
}