Checking in changes prior to tagging of version 0.12. 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
66ae88d9 6requires 'Catalyst' => '5.80005';
3dfcd156 7requires 'Catalyst::Plugin::Session' => '0.19';
0bede633 8requires 'Test::MockObject' => '1.01';
45c96680 9requires 'MRO::Compat';
0bede633 10
11auto_install;
d4b0314d 12resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Session-State-Cookie/';
13
0bede633 14WriteAll;