X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=fa841634d9c190edc66ec526403b99a50ce79f87;hp=0000000000000000000000000000000000000000;hb=0bede6332d491b5c554966b82290b341ac4c8ae0;hpb=dbec0a9dc5b4fa7d8f4a741b0fb95dce26790b3c diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..fa84163 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,10 @@ +use inc::Module::Install; + +name 'Catalyst-Plugin-Session-State-Cookie'; +all_from 'lib/Catalyst/Plugin/Session/State/Cookie.pm'; + +requires 'Catalyst::Plugin::Session' => '0.06'; +requires 'Test::MockObject' => '1.01'; + +auto_install; +WriteAll;