[Catalyst-commits] r6256 - trunk/Catalyst-Plugin-Session-State-Cookie

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Tue Apr 3 15:29:17 GMT 2007


Author: bricas
Date: 2007-04-03 15:29:07 +0100 (Tue, 03 Apr 2007)
New Revision: 6256

Added:
   trunk/Catalyst-Plugin-Session-State-Cookie/Makefile.PL
Log:
added Makefile.PL

Added: trunk/Catalyst-Plugin-Session-State-Cookie/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Session-State-Cookie/Makefile.PL	                        (rev 0)
+++ trunk/Catalyst-Plugin-Session-State-Cookie/Makefile.PL	2007-04-03 14:29:07 UTC (rev 6256)
@@ -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;




More information about the Catalyst-commits mailing list