From: Brian Cassidy Date: Tue, 3 Apr 2007 14:29:07 +0000 (+0000) Subject: added Makefile.PL X-Git-Tag: v0.08~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=0bede6332d491b5c554966b82290b341ac4c8ae0 added Makefile.PL --- 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;