document the basedir attribute (defaults to /) - RT#83055
Karen Etheridge [Mon, 15 Apr 2013 00:24:45 +0000 (17:24 -0700)]
Changes
lib/MooseX/Daemonize.pm

diff --git a/Changes b/Changes
index 82a0bb9..dbac9a3 100644 (file)
--- 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
index d0c60c6..54ae47e 100644 (file)
@@ -395,6 +395,10 @@ The name of our daemon, defaults to C<$package_name =~ s/::/_/>;
 
 The base for our PID, defaults to C</var/run/>
 
+=item I<basedir Path::Class::Dir | Str>
+
+The directory we chdir to; defaults to C</>.
+
 =item I<pidfile MooseX::Daemonize::Pid::File | Str>
 
 The file we store our PID in, defaults to C<$pidbase/$progname.pid>