Checking in changes prior to tagging of version 0.11. Changelog diff is:
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Makefile.PL
CommitLineData
ceda333d 1use inc::Module::Install 0.87;
0bede633 2
3name 'Catalyst-Plugin-Session-State-Cookie';
4all_from 'lib/Catalyst/Plugin/Session/State/Cookie.pm';
5
dff2067d 6requires 'Catalyst' => '5.7010';
3dfcd156 7requires 'Catalyst::Plugin::Session' => '0.19';
0bede633 8requires 'Test::MockObject' => '1.01';
45c96680 9requires 'MRO::Compat';
0bede633 10
11auto_install;
12WriteAll;