Ubuntu Manpages

MooseX::Daemonize::Pid

PID management for MooseX::Daemonize

version 0.20

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.

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.
This is a predicate method to tell you if your pid attribute has been initialized yet.
This checks to see if the pid is running.
The "meta()" method from Class::MOP::Class

Obviously Moose

Please report any bugs or feature requests to "bug-MooseX-Daemonize@rt.cpan.org", or through the web interface at <http://rt.cpan.org>.

  • Stevan Little <stevan.little@iinteractive.com>
  • Chris Prather <chris@prather.org>

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.