[Jifty-commit] r6921 - jifty/trunk/lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Wed Apr 29 19:48:07 EDT 2009


Author: sartak
Date: Wed Apr 29 19:48:07 2009
New Revision: 6921

Modified:
   jifty/trunk/lib/Jifty/Server.pm

Log:
Jifty::Server::restart POD

Modified: jifty/trunk/lib/Jifty/Server.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Server.pm	(original)
+++ jifty/trunk/lib/Jifty/Server.pm	Wed Apr 29 19:48:07 2009
@@ -137,6 +137,12 @@
     kill $sig => getppid();
 }
 
+=head2 restart
+
+Sets up the arguments needed for restarting the server using C<jifty server>.
+
+=cut
+
 sub restart {
     my $self = shift;
     local @ARGV = ( 'server' );


More information about the Jifty-commit mailing list