From: Karen Etheridge Date: Mon, 15 Apr 2013 00:24:45 +0000 (-0700) Subject: document the basedir attribute (defaults to /) - RT#83055 X-Git-Tag: 0.16~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Daemonize.git;a=commitdiff_plain;h=f453ca7bb70e9a1492510b328caa6b52459defd0 document the basedir attribute (defaults to /) - RT#83055 --- diff --git a/Changes b/Changes index 82a0bb9..dbac9a3 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ Revision history for MooseX-Daemonize - add missing dependency on the version of File::Path which added make_path (RT#79169, Jonathan Sailor) - add missing test dependency on Test::Exception (RT#70382) + - document the 'basedir' attribute and its behaviour (RT#83055) 0.15 Thurs. May 31, 2012 - fix versions diff --git a/lib/MooseX/Daemonize.pm b/lib/MooseX/Daemonize.pm index d0c60c6..54ae47e 100644 --- a/lib/MooseX/Daemonize.pm +++ b/lib/MooseX/Daemonize.pm @@ -395,6 +395,10 @@ The name of our daemon, defaults to C<$package_name =~ s/::/_/>; The base for our PID, defaults to C +=item I + +The directory we chdir to; defaults to C. + =item I The file we store our PID in, defaults to C<$pidbase/$progname.pid>