add a warning section to the pod that this isnt recommended anymore
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize.pm
index 7a8c3c6..5573d42 100644 (file)
@@ -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<Daemon::Control> instead.
+
 =head1 SYNOPSIS
 
     package My::Daemon;
@@ -569,7 +573,7 @@ L<http://rt.cpan.org>.
 
 =head1 SEE ALSO
 
-L<Proc::Daemon>, L<Daemon::Generic>
+L<Daemon::Control>, L<Proc::Daemon>, L<Daemon::Generic>
 
 =head1 AUTHORS