{
   "abstract" : "a simple PSGI/Plack HTTP server that uses threads",
   "author" : [
      "Piotr Roszatycki <dexter@cpan.org>",
      "Jeremy Howard <j+daemonize@howard.fm>",
      "Paul Seamons <paul@seamons.com>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4234",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Thrall",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0",
            "Module::CPANfile" : "0"
         }
      },
      "runtime" : {
         "recommends" : {
            "IO::Socket::IP" : "0",
            "Time::HiRes" : "0",
            "forks" : "0",
            "threads" : "1.73"
         },
         "requires" : {
            "Plack" : "0.9920",
            "perl" : "5.008001"
         }
      },
      "test" : {
         "requires" : {
            "LWP" : "0",
            "Test::More" : "0.88",
            "Test::TCP" : "0.15"
         }
      }
   },
   "provides" : {
      "Plack::Handler::Thrall" : {
         "file" : "lib/Plack/Handler/Thrall.pm",
         "version" : "0.0400"
      },
      "Thrall" : {
         "file" : "lib/Thrall.pm",
         "version" : "0.0400"
      },
      "Thrall::Server" : {
         "file" : "lib/Thrall/Server.pm",
         "version" : "0.0400"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "http://github.com/dex4er/Thrall/issues"
      },
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "http://github.com/dex4er/Thrall"
      }
   },
   "version" : "0.0400",
   "x_serialization_backend" : "JSON::PP version 4.07"
}