The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Simple RESTful API",
   "author" : [
      "Anthony Johnson <aj@ohess.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.3901, CPAN::Meta::Converter version 2.120630",
   "license" : [
      "mit"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "WWW-Snooze",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::Exception" : "0",
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.39"
         }
      },
      "runtime" : {
         "requires" : {
            "HTTP::Request" : "0",
            "JSON" : "0",
            "LWP::Protocol::https" : "0",
            "LWP::UserAgent" : "0",
            "URI" : "0",
            "perl" : "5.008"
         }
      }
   },
   "provides" : {
      "WWW::Snooze" : {
         "file" : "lib/WWW/Snooze.pm",
         "version" : "0.01_02"
      },
      "WWW::Snooze::Request" : {
         "file" : "lib/WWW/Snooze/Request.pm",
         "version" : 0
      },
      "WWW::Snooze::Serialize" : {
         "file" : "lib/WWW/Snooze/Serialize.pm",
         "version" : 0
      },
      "WWW::Snooze::Serialize::JSON" : {
         "file" : "lib/WWW/Snooze/Serialize/JSON.pm",
         "version" : 0
      }
   },
   "release_status" : "testing",
   "resources" : {
      "bugtracker" : {
         "web" : "http://github.com/agjohnson/snooze-pl/issues"
      },
      "homepage" : "http://ohess.org/projects/snooze-pl",
      "license" : [
         "http://opensource.org/licenses/mit-license.php"
      ],
      "repository" : {
         "url" : "http://github.com/agjohnson/snooze-pl.git"
      }
   },
   "version" : "0.01_02"
}