Checking in changes prior to tagging of version 0.13. 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';
45c96680 8requires 'MRO::Compat';
679f4a58 9requires 'Moose';
10requires 'namespace::autoclean';
11test_requires 'Moose';
54f23b71 12test_requires 'Test::More';
0bede633 13
14auto_install;
d4b0314d 15resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Session-State-Cookie/';
16
0bede633 17WriteAll;