1MooseX::Daemonize::Pid(U3spemr)Contributed Perl DocumentMaotoisoenX::Daemonize::Pid(3pm)
2
3
4
6 MooseX::Daemonize::Pid - PID management for MooseX::Daemonize
7
9 version 0.22
10
12 This is a very basic Pid management object, it doesn't do all that
13 much, and mostly just serves as a base class for
14 MooseX::Daemonize::Pid::File.
15
17 pid Int
18
20 clear_pid
21 This will clear the value of the pid attribute. It is useful for
22 making sure that the parent process does not have a bad value
23 stored in it.
24
25 has_pid
26 This is a predicate method to tell you if your pid attribute has
27 been initialized yet.
28
29 is_running
30 This checks to see if the pid is running.
31
32 meta()
33 The "meta()" method from Class::MOP::Class
34
36 Bugs may be submitted through the RT bug tracker
37 <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Daemonize>
38 (or bug-MooseX-Daemonize@rt.cpan.org <mailto:bug-MooseX-
39 Daemonize@rt.cpan.org>).
40
41 There is also a mailing list available for users of this distribution,
42 at <http://lists.perl.org/list/moose.html>.
43
44 There is also an irc channel available for users of this distribution,
45 at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
46
48 • Stevan Little <stevan.little@iinteractive.com>
49
50 • Chris Prather <chris@prather.org>
51
53 This software is copyright (c) 2007 by Chris Prather.
54
55 This is free software; you can redistribute it and/or modify it under
56 the same terms as the Perl 5 programming language system itself.
57
58
59
60perl v5.32.1 2021-01-27 MooseX::Daemonize::Pid(3pm)