X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize%2FCore.pm;fp=lib%2FMooseX%2FDaemonize%2FCore.pm;h=3d3f1a9ec3a0686beae2bf477da0505920708fe7;hb=1d85c76d2da46df3e779e574396f7eba5bf53fdb;hp=d3786129590ff86a3296ca4e17493af92e82c715;hpb=69186a4879a2ddfed228c03e7a25d5455921dfb0;p=gitmo%2FMooseX-Daemonize.git diff --git a/lib/MooseX/Daemonize/Core.pm b/lib/MooseX/Daemonize/Core.pm index d378612..3d3f1a9 100644 --- a/lib/MooseX/Daemonize/Core.pm +++ b/lib/MooseX/Daemonize/Core.pm @@ -3,7 +3,7 @@ use strict; # cause Perl::Critic errors are annoying use MooseX::Getopt; # to load the NoGetopt metaclass use Moose::Role; -our $VERSION = '0.09'; +our $VERSION = '0.10'; use POSIX (); @@ -232,9 +232,9 @@ I behavior in the C method. =item I -Setting this option to true will cause it to skip closing all the +Setting this option to true will cause it to skip closing all the filehandles, this is useful if you are opening things like sockets -and such in the pre-fork. +and such in the pre-fork. =back @@ -347,7 +347,7 @@ Stevan Little C<< >> =head1 LICENCE AND COPYRIGHT -Copyright (c) 2007-2008, Chris Prather C<< >>. All rights +Copyright (c) 2007-2010, Chris Prather C<< >>. All rights reserved. Portions heavily borrowed from L which is copyright Earl Hood.