From c1e4430c375abe6cf9338bd3dc3a1c947caf1fe0 Mon Sep 17 00:00:00 2001 From: Randy Stauner Date: Wed, 5 Feb 2014 07:59:20 -0700 Subject: [PATCH] Fix nested pod brackets The infix operator ends the code sequence prematurely. --- lib/Daemon/Control.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Daemon/Control.pm b/lib/Daemon/Control.pm index 7a7746e..fe9fb4e 100644 --- a/lib/Daemon/Control.pm +++ b/lib/Daemon/Control.pm @@ -852,7 +852,7 @@ and STDERR will be redirected to C. 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