1---
2abstract: 'Encrypted cookie-based session backend for Dancer'
3author:
4  - 'Alex Kapranoff <kappa@cpan.org>'
5  - 'Alex Sukria <sukria@cpan.org>'
6  - 'David Golden <dagolden@cpan.org>'
7  - 'Yanick Champoux <yanick@cpan.org>'
8build_requires:
9  Dancer::ModuleLoader: '0'
10  Dancer::Test: '0'
11  ExtUtils::MakeMaker: '0'
12  File::Spec: '0'
13  File::Temp: '0'
14  FindBin: '0'
15  HTTP::Cookies: '0'
16  HTTP::Date: '0'
17  HTTP::Request::Common: '0'
18  IO::Handle: '0'
19  IPC::Open3: '0'
20  Plack::Test: '0'
21  Test::Exception: '0'
22  Test::More: '0.96'
23  Test::NoWarnings: '0'
24  perl: '5.006'
25configure_requires:
26  ExtUtils::MakeMaker: '0'
27dynamic_config: 0
28generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001'
29license: perl
30meta-spec:
31  url: http://module-build.sourceforge.net/META-spec-v1.4.html
32  version: '1.4'
33name: Dancer-Session-Cookie
34provides:
35  Dancer::Session::Cookie:
36    file: lib/Dancer/Session/Cookie.pm
37    version: '0.27'
38requires:
39  Crypt::CBC: '0'
40  Crypt::Rijndael: '0'
41  Dancer: '1.3113'
42  Dancer::Cookie: '0'
43  Dancer::Cookies: '0'
44  Dancer::Session::Abstract: '0'
45  MIME::Base64: '0'
46  Session::Storage::Secure: '0.010'
47  Storable: '0'
48  String::CRC32: '0'
49  Time::Duration::Parse: '0'
50  base: '0'
51  strict: '0'
52  warnings: '0'
53resources:
54  bugtracker: https://github.com/perldancer/Dancer-Session-Cookie/issues
55  homepage: https://github.com/perldancer/Dancer-Session-Cookie
56  repository: https://github.com/perldancer/Dancer-Session-Cookie.git
57version: '0.27'
58x_authority: cpan:YANICK
59x_contributors:
60  - 'Breno G. de Oliveira <garu@cpan.org>'
61  - 'David Precious <davidp@preshweb.co.uk>'
62  - 'Michael G. Schwern <schwern@pobox.com>'
63  - 'Neil Kirsopp <neil@broadbean.com>'
64  - 'Nick S. Knutov <nick@knutov.com>'
65  - 'Sawyer X <xsawyerx@cpan.org>'
66