projects
/
gitmo/MooseX-Daemonize.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
92b4ca7
)
add a warning section to the pod that this isnt recommended anymore
create-pidbase-dir
Michael Reddick [Wed, 30 May 2012 21:07:42 +0000 (16:07 -0500)]
lib/MooseX/Daemonize.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Daemonize.pm
b/lib/MooseX/Daemonize.pm
index
4d21a26
..
5573d42
100644
(file)
--- 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<Daemon::Control> instead.
+
=head1 SYNOPSIS
package My::Daemon;