From: Stevan Little Date: Mon, 3 Dec 2007 02:17:21 +0000 (+0000) Subject: fixing changes X-Git-Tag: 0_06~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Daemonize.git;a=commitdiff_plain;h=8a4b7cfc5813b23899dd8d65eb09c1ad12f09843 fixing changes --- diff --git a/Changes b/Changes index e7978e5..ac7b3b5 100644 --- a/Changes +++ b/Changes @@ -10,13 +10,10 @@ Revision history for MooseX-Daemonize * MooseX::Daemonize::Core - the core daemonization methods are here - added tests for this - - * MooseX::Daemonize::WithSignalHandling - - the SIG handling is here * MooseX::Daemonize::WithPidFile - - the PID file handling is here, and - delegates to the classes below + - the PID file handling is added to the core here + - added tests for this * MooseX::Daemonize::Pid - added this package to replace the File::Pid stuff