fix State::Cookie so that tests work with newer TWMCs
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Makefile.PL
1 use inc::Module::Install;
2
3 name 'Catalyst-Plugin-Session-State-Cookie';
4 all_from 'lib/Catalyst/Plugin/Session/State/Cookie.pm';
5
6 requires 'Catalyst::Plugin::Session' => '0.06';
7 requires 'Test::MockObject'          => '1.01';
8
9 auto_install;
10 WriteAll;