[Catalyst-commits] r12576 - Catalyst-Runtime/5.80/branches/psgi

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Jan 9 19:37:56 GMT 2010


Author: t0m
Date: 2010-01-09 19:37:56 +0000 (Sat, 09 Jan 2010)
New Revision: 12576

Modified:
   Catalyst-Runtime/5.80/branches/psgi/Makefile.PL
Log:
Require Plack..

Modified: Catalyst-Runtime/5.80/branches/psgi/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/Makefile.PL	2010-01-09 19:01:59 UTC (rev 12575)
+++ Catalyst-Runtime/5.80/branches/psgi/Makefile.PL	2010-01-09 19:37:56 UTC (rev 12576)
@@ -52,6 +52,7 @@
 requires 'MooseX::Types';
 requires 'MooseX::Types::Common::Numeric';
 requires 'String::RewritePrefix' => '0.004'; # Catalyst::Utils::resolve_namespace
+requires 'Plack' => '0.9028';
 
 test_requires 'Class::Data::Inheritable';
 test_requires 'Test::Exception';




More information about the Catalyst-commits mailing list