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

miyagawa at dev.catalyst.perl.org miyagawa at dev.catalyst.perl.org
Sat Jan 9 21:16:41 GMT 2010


Author: miyagawa
Date: 2010-01-09 21:16:40 +0000 (Sat, 09 Jan 2010)
New Revision: 12577

Modified:
   Catalyst-Runtime/5.80/branches/psgi/Makefile.PL
Log:
depend on Plack 0.903 for streaming interface support in Plack::Test

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




More information about the Catalyst-commits mailing list