1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
---
abstract: 'Generic Session plugin - ties together server side storage and client side state required to maintain session data.'
author:
- 'Yuval Kogman <nothingmuch@woobling.org>'
build_requires:
Plack::Test: '0'
Test::Deep: '0'
Test::Needs: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.74, 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: Catalyst-Plugin-Session
no_index:
directory:
- t
- xt
recommends:
Crypt::SysRandom::XS: '0.009'
requires:
Catalyst::Runtime: '5.71001'
Crypt::SysRandom: '0.007'
File::Spec: '0'
File::Temp: '0'
HTML::Entities: '0'
List::Util: '0'
MRO::Compat: '0'
Moose: '0.76'
MooseX::Emulate::Class::Accessor::Fast: '0.00801'
Object::Signature: '0'
Test::More: '0.88'
namespace::clean: '0.10'
perl: '5.008'
resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Plugin-Session
license: http://dev.perl.org/licenses/
repository: https://github.com/perl-catalyst/Catalyst-Plugin-Session.git
version: '0.44'
x_breaks:
Catalyst::Plugin::Session::State::Cookie: '< 0.03'
Catalyst::Plugin::Session::State::URI: '< 0.02'
x_serialization_backend: 'CPAN::Meta::YAML version 0.020'
|