From: Michael Reddick Date: Wed, 30 May 2012 21:07:42 +0000 (-0500) Subject: add a warning section to the pod that this isnt recommended anymore X-Git-Tag: 0.15~4^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c60dcf3ad49816c256839adf57e647860666751;p=gitmo%2FMooseX-Daemonize.git add a warning section to the pod that this isnt recommended anymore --- diff --git a/lib/MooseX/Daemonize.pm b/lib/MooseX/Daemonize.pm index 4d21a26..5573d42 100644 --- a/lib/MooseX/Daemonize.pm +++ b/lib/MooseX/Daemonize.pm @@ -316,6 +316,10 @@ MooseX::Daemonize - Role for daemonizing your Moose based application This document describes MooseX::Daemonize version 0.05 +=head1 WARNING + +The maintainers of this module now recommend using L instead. + =head1 SYNOPSIS package My::Daemon;