added Makefile.PL
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..fa84163
--- /dev/null
@@ -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;