X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FDaemonize%2FPid.pm;fp=lib%2FMooseX%2FDaemonize%2FPid.pm;h=2cbf754bef80feedd5b871cc3a353c5b9e269ff2;hb=1d85c76d2da46df3e779e574396f7eba5bf53fdb;hp=1f070dff6004310ba11c3525f1ac8508c69ab8a5;hpb=69186a4879a2ddfed228c03e7a25d5455921dfb0;p=gitmo%2FMooseX-Daemonize.git diff --git a/lib/MooseX/Daemonize/Pid.pm b/lib/MooseX/Daemonize/Pid.pm index 1f070df..2cbf754 100644 --- a/lib/MooseX/Daemonize/Pid.pm +++ b/lib/MooseX/Daemonize/Pid.pm @@ -2,10 +2,10 @@ package MooseX::Daemonize::Pid; use strict; # because Kwalitee is pedantic use Moose; use Moose::Util::TypeConstraints; -our $VERSION = '0.09'; +our $VERSION = '0.10'; -coerce 'MooseX::Daemonize::Pid' - => from 'Int' +coerce 'MooseX::Daemonize::Pid' + => from 'Int' => via { MooseX::Daemonize::Pid->new( pid => $_ ) }; @@ -29,10 +29,10 @@ __END__ =head1 NAME MooseX::Daemonize::Pid - PID management for MooseX::Daemonize - + =head1 DESCRIPTION -This is a very basic Pid management object, it doesn't do all that +This is a very basic Pid management object, it doesn't do all that much, and mostly just serves as a base class for L. =head1 ATTRIBUTES @@ -43,7 +43,7 @@ much, and mostly just serves as a base class for L =back -=head1 METHODS +=head1 METHODS =over 4 @@ -54,7 +54,7 @@ that the parent process does not have a bad value stored in it. =item B -This is a predicate method to tell you if your I attribute has +This is a predicate method to tell you if your I attribute has been initialized yet. =item B @@ -89,7 +89,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. This module is free software; you can redistribute it and/or