- 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
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>