The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "WebSocket protocol",
   "author" : [
      "Viacheslav Tykhanovskyi, C<vti@cpan.org>."
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v3.0.13",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Protocol-WebSocket",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples",
         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.035"
         }
      },
      "develop" : {
         "requires" : {
            "Test::CPAN::Meta" : "0",
            "Test::MinimumVersion::Fast" : "0.04",
            "Test::PAUSE::Permissions" : "0.04",
            "Test::Pod" : "1.41",
            "Test::Spellunker" : "v0.2.7"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Digest::MD5" : "0",
            "Digest::SHA" : "0",
            "Scalar::Util" : "0"
         }
      }
   },
   "provides" : {
      "Protocol::WebSocket" : {
         "file" : "lib/Protocol/WebSocket.pm",
         "version" : "0.24"
      },
      "Protocol::WebSocket::Client" : {
         "file" : "lib/Protocol/WebSocket/Client.pm"
      },
      "Protocol::WebSocket::Cookie" : {
         "file" : "lib/Protocol/WebSocket/Cookie.pm"
      },
      "Protocol::WebSocket::Cookie::Request" : {
         "file" : "lib/Protocol/WebSocket/Cookie/Request.pm"
      },
      "Protocol::WebSocket::Cookie::Response" : {
         "file" : "lib/Protocol/WebSocket/Cookie/Response.pm"
      },
      "Protocol::WebSocket::Frame" : {
         "file" : "lib/Protocol/WebSocket/Frame.pm"
      },
      "Protocol::WebSocket::Handshake" : {
         "file" : "lib/Protocol/WebSocket/Handshake.pm"
      },
      "Protocol::WebSocket::Handshake::Client" : {
         "file" : "lib/Protocol/WebSocket/Handshake/Client.pm"
      },
      "Protocol::WebSocket::Handshake::Server" : {
         "file" : "lib/Protocol/WebSocket/Handshake/Server.pm"
      },
      "Protocol::WebSocket::Message" : {
         "file" : "lib/Protocol/WebSocket/Message.pm"
      },
      "Protocol::WebSocket::Request" : {
         "file" : "lib/Protocol/WebSocket/Request.pm"
      },
      "Protocol::WebSocket::Response" : {
         "file" : "lib/Protocol/WebSocket/Response.pm"
      },
      "Protocol::WebSocket::Stateful" : {
         "file" : "lib/Protocol/WebSocket/Stateful.pm"
      },
      "Protocol::WebSocket::URL" : {
         "file" : "lib/Protocol/WebSocket/URL.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/vti/protocol-websocket/issues"
      },
      "homepage" : "https://github.com/vti/protocol-websocket",
      "repository" : {
         "url" : "git://github.com/vti/protocol-websocket.git",
         "web" : "https://github.com/vti/protocol-websocket"
      }
   },
   "version" : "0.24",
   "x_contributors" : [
      "Anton Petrusevich <anton.petrusevich@lycos.com>",
      "BlueT - Matthew Lien - 練喆明 <BlueT@BlueT.org>",
      "Chia-liang Kao <clkao@clkao.org>",
      "Eric Wastl <topaz.github@lt3.us>",
      "Graham Ollis <plicease@cpan.org>",
      "Joao Orui <joao@joao.jp>",
      "Jon Gentle <atrodo@atrodo.org>",
      "Jonathan Barber <jonathan.barber@gmail.com>",
      "Lee Aylward <lee@laylward.com>",
      "Michal Špaček <tupinek@gmail.com>",
      "Neil Bowers <neil@bowers.com>",
      "Paul \"LeoNerd\" Evans <leonerd@leonerd.org.uk>",
      "Toshio Ito <debug.ito@gmail.com>",
      "vti <viacheslav.t@gmail.com>",
      "vti <vti@clarive.com>"
   ],
   "x_serialization_backend" : "JSON::PP version 2.27400_02"
}