[Jifty-commit] r6759 - jifty/trunk/lib/Jifty/TestServer

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 9 18:40:10 EDT 2009


Author: alexmv
Date: Thu Apr  9 18:40:07 2009
New Revision: 6759

Modified:
   jifty/trunk/lib/Jifty/TestServer/Apache.pm

Log:
Document stub ->pids method in Apache test server

Modified: jifty/trunk/lib/Jifty/TestServer/Apache.pm
==============================================================================
--- jifty/trunk/lib/Jifty/TestServer/Apache.pm	(original)
+++ jifty/trunk/lib/Jifty/TestServer/Apache.pm	Thu Apr  9 18:40:07 2009
@@ -78,6 +78,12 @@
     exec($ENV{JIFTY_APACHETEST}, "-f", $config);
 }
 
+=head2 pids
+
+Returns the process ID of the Apache server.
+
+=cut
+
 sub pids {
     my $self = shift;
     return unless -e $self->{pidfile};


More information about the Jifty-commit mailing list