Provided by: libmoosex-daemonize-perl_0.20-1_all bug

NAME

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

VERSION

       version 0.20

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.

NAME

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

DEPENDENCIES

       Obviously Moose

BUGS AND LIMITATIONS

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

perl v5.20.2                                       2015-10-25                        MooseX::Daemonize::Pid(3pm)