[Bps-public-commit] r10356 - in Test-HTTP-Server-Simple: .
trs at bestpractical.com
trs at bestpractical.com
Tue Jan 15 13:25:04 EST 2008
Author: trs
Date: Tue Jan 15 13:25:04 2008
New Revision: 10356
Modified:
Test-HTTP-Server-Simple/ (props changed)
Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm
Log:
r30974 at zot: tom | 2008-01-15 13:24:28 -0500
Fix POD to make tests pass
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 Jan 15 13:25:04 2008
@@ -45,9 +45,7 @@
This mixin class provides methods to test an L<HTTP::Server::Simple>-based web
server. Currently, it provides only one such method: C<started_ok>.
-=over 4
-
-=item started_ok [$text]
+=head2 started_ok [$text]
C<started_ok> takes
an optional test description. The server needs to have been configured (specifically,
@@ -193,8 +191,6 @@
return @CHILD_PIDS;
}
-=back
-
=head1 DEPENDENCIES
L<Test::Builder>, L<HTTP::Server::Simple>, L<NEXT>.
More information about the Bps-public-commit
mailing list