Fix nested pod brackets

The infix operator ends the code sequence prematurely.
This commit is contained in:
Randy Stauner 2014-02-05 07:59:20 -07:00
parent e23af3be1f
commit c1e4430c37

View file

@ -852,7 +852,7 @@ and STDERR will be redirected to C<stderr_file>. Setting this to 0 will disable
redirecting before a double fork. This is useful when you are using a code
reference and would like to leave the filehandles alone until you're in control.
Call C<->redirect_filehandles> on the Daemon::Control instance your coderef is
Call C<< ->redirect_filehandles >> on the Daemon::Control instance your coderef is
passed to redirect the filehandles.
=head2 stdout_file