[Rt-commit] r3586 - in Test-HTTP-Server-Simple: . lib/Test/HTTP/Server

glasser at bestpractical.com glasser at bestpractical.com
Tue Aug 2 21:39:14 EDT 2005


Author: glasser
Date: Tue Aug  2 21:39:14 2005
New Revision: 3586

Modified:
   Test-HTTP-Server-Simple/Makefile.PL
   Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm
Log:
doc, prereq changes

Modified: Test-HTTP-Server-Simple/Makefile.PL
==============================================================================
--- Test-HTTP-Server-Simple/Makefile.PL	(original)
+++ Test-HTTP-Server-Simple/Makefile.PL	Tue Aug  2 21:39:14 2005
@@ -13,6 +13,7 @@
         'Test::Builder' => 0,
         'Test::Builder::Tester' => 1.01,
 	'HTTP::Server::Simple' => 0,
+	'NEXT' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'Test-HTTP-Server-Simple-*' },

Modified: Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm
==============================================================================
--- Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm	(original)
+++ Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm	Tue Aug  2 21:39:14 2005
@@ -49,6 +49,11 @@
 even if you kill your test script with an interrupt.  C<started_ok> returns the URL 
 C<http://localhost:$port> which you can use to connect to your server.
 
+Note that if the child process dies, or never gets around to listening for connections, this
+just hangs.  (This may be fixed in a future version.)
+
+Also, it probably won't work if you use a custom L<Net::Server> in your server.
+
 =cut
 
 my @CHILD_PIDS;
@@ -139,7 +144,7 @@
 
 =head1 DEPENDENCIES
 
-L<Test::Builder>, L<HTTP::Server::Simple>.
+L<Test::Builder>, L<HTTP::Server::Simple>, L<NEXT>.
 
 
 =head1 INCOMPATIBILITIES


More information about the Rt-commit mailing list