The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MooseX::Daemonize::Pid - PID management for MooseX::Daemonize

VERSION

version 0.22

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 (or bug-MooseX-Daemonize@rt.cpan.org).

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.

AUTHORS

  • Stevan Little <stevan.little@iinteractive.com>

  • Chris Prather <chris@prather.org>

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.