[Jifty-commit] r5929 - Test-WWW-Declare

Jifty commits jifty-commit at lists.jifty.org
Sun Oct 12 18:38:40 EDT 2008


Author: sartak
Date: Sun Oct 12 18:38:40 2008
New Revision: 5929

Modified:
   Test-WWW-Declare/   (props changed)
   Test-WWW-Declare/Makefile.PL

Log:
 r73751 at onn:  sartak | 2008-10-12 18:38:35 -0400
 Depend on the latest HTTP::Server::Simple to hopefully combat the random connection refused test failures


Modified: Test-WWW-Declare/Makefile.PL
==============================================================================
--- Test-WWW-Declare/Makefile.PL	(original)
+++ Test-WWW-Declare/Makefile.PL	Sun Oct 12 18:38:40 2008
@@ -4,7 +4,7 @@
 all_from 'lib/Test/WWW/Declare.pm';
 
 build_requires 'Test::Tester' => '0.107';
-build_requires 'HTTP::Server::Simple::CGI';
+build_requires 'HTTP::Server::Simple' => '0.35';
 
 # Work around Test::Builder's complaint about the need to preload Test::Tester.
 $INC{'Test/Tester.pm'} = __FILE__;


More information about the Jifty-commit mailing list