---
abstract: 'simple session'
author:
  - 'Tokuhiro Matsuno <tokuhirom AAJKLFJEF GMAIL COM>'
build_requires:
  ExtUtils::MakeMaker: '6.59'
  Test::More: '0'
  Test::Requires: '0'
configure_requires:
  Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v3.1.4, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: http-session
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  HTTP::Session:
    file: lib/HTTP/Session.pm
    version: '0.50'
  HTTP::Session::Expired:
    file: lib/HTTP/Session.pm
  HTTP::Session::Finalized:
    file: lib/HTTP/Session.pm
  HTTP::Session::ID::MD5:
    file: lib/HTTP/Session/ID/MD5.pm
  HTTP::Session::ID::SHA1:
    file: lib/HTTP/Session/ID/SHA1.pm
  HTTP::Session::ID::Urandom:
    file: lib/HTTP/Session/ID/Urandom.pm
  HTTP::Session::State::Base:
    file: lib/HTTP/Session/State/Base.pm
  HTTP::Session::State::Cookie:
    file: lib/HTTP/Session/State/Cookie.pm
  HTTP::Session::State::Mixin::ResponseFilter:
    file: lib/HTTP/Session/State/Mixin/ResponseFilter.pm
  HTTP::Session::State::Null:
    file: lib/HTTP/Session/State/Null.pm
  HTTP::Session::State::Test:
    file: lib/HTTP/Session/State/Test.pm
  HTTP::Session::State::URI:
    file: lib/HTTP/Session/State/URI.pm
  HTTP::Session::Store::CHI:
    file: lib/HTTP/Session/Store/CHI.pm
  HTTP::Session::Store::DBM:
    file: lib/HTTP/Session/Store/DBM.pm
  HTTP::Session::Store::File:
    file: lib/HTTP/Session/Store/File.pm
  HTTP::Session::Store::Memcached:
    file: lib/HTTP/Session/Store/Memcached.pm
  HTTP::Session::Store::Null:
    file: lib/HTTP/Session/Store/Null.pm
  HTTP::Session::Store::OnMemory:
    file: lib/HTTP/Session/Store/OnMemory.pm
  HTTP::Session::Store::Test:
    file: lib/HTTP/Session/Store/Test.pm
recommends:
  HTML::StickyQuery: '0.12'
requires:
  CGI: '4.45'
  CGI::Simple::Cookie: '1.22'
  Class::Accessor::Fast: '0.31'
  Digest::SHA1: '2.11'
  Exporter: '5.63'
  HTTP::Response: '5.818'
  MIME::Base64: '0'
  Module::Runtime: '0.011'
  URI: '1.38'
  perl: '5.008005'
resources:
  bugtracker: https://github.com/tokuhirom/http-session/issues
  homepage: https://github.com/tokuhirom/http-session
  repository: git://github.com/tokuhirom/http-session.git
version: '0.50'
x_contributors:
  - 'Atsushi Kato <ktat@cpan.org>'
  - 'MATSUU Takuto <matsuu@gmail.com>'
  - 'Neil Bowers <neil@bowers.com>'
  - 'Tokuhiro Matsuno <tokuhirom@gmail.com>'
  - 'kazuho <kazuho@d0d07461-0603-4401-acd4-de1884942a52>'
  - 'ktat <ktat.is@gmail.com>'
  - 'tohae <tohaechan@gmail.com>'
  - 'tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>'
  - 'yappo <yappo@d0d07461-0603-4401-acd4-de1884942a52>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_static_install: 1