MooseX::Daemonize::Pid(3) PID management for MooseX::Daemonize

VERSION

version 0.21

DESCRIPTION

This is a very basic Pid management object, it doesn't do all that much, and mostly just serves as a base class for MooseX::Daemonize::Pid::File.

ATTRIBUTES

pid Int

METHODS

clear_pid
This will clear the value of the pid attribute. It is useful for making sure that the parent process does not have a bad value stored in it.
has_pid
This is a predicate method to tell you if your pid attribute has been initialized yet.
is_running
This checks to see if the pid is running.
meta()
The "meta()" method from Class::MOP::Class

SUPPORT

Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Daemonize> (or [email protected] <mailto:[email protected]>).

There is also a mailing list available for users of this distribution, at <http://lists.perl.org/list/moose.html>.

There is also an irc channel available for users of this distribution, at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.

AUTHORS

COPYRIGHT AND LICENCE

This software is copyright (c) 2007 by Chris Prather.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.