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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed Jan 13 07:59:18 GMT 2010


Author: rafl
Date: 2010-01-13 07:59:18 +0000 (Wed, 13 Jan 2010)
New Revision: 12633

Modified:
   Catalyst-Runtime/5.80/branches/psgi/Makefile.PL
Log:
Depend on a ReverseProxy middleware that spits out secure envs for requests forwarded to secure ports.

Modified: Catalyst-Runtime/5.80/branches/psgi/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/Makefile.PL	2010-01-13 01:40:06 UTC (rev 12632)
+++ Catalyst-Runtime/5.80/branches/psgi/Makefile.PL	2010-01-13 07:59:18 UTC (rev 12633)
@@ -54,7 +54,7 @@
 requires 'MooseX::Types::Common::Numeric';
 requires 'String::RewritePrefix' => '0.004'; # Catalyst::Utils::resolve_namespace
 requires 'Plack' => '0.9030';
-requires 'Plack::Middleware::ReverseProxy';
+requires 'Plack::Middleware::ReverseProxy' => '0.04';
 
 test_requires 'Class::Data::Inheritable';
 test_requires 'Test::Exception';




More information about the Catalyst-commits mailing list