|
NAMEMooseX::Daemonize::Pid::File - PID file management for MooseX::DaemonizeVERSIONversion 0.22DESCRIPTIONThis object extends MooseX::Daemonize::Pid to add persistence in a Pidfile.This class sets up some basic coercion routines for itself so that it can be created from a Str (a file name), ArrayRef (an array of path components for a filename) or a Path::Class::File object. This class registers it's type with MooseX::Getopt as well, and is expected to be passed on the command line as a string (which will then go through the coercion routines mentioned above). ATTRIBUTES
METHODS
SUPPORTBugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Daemonize> (or bug-MooseX-Daemonize@rt.cpan.org <mailto: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" <irc://irc.perl.org/#moose>. AUTHORS
COPYRIGHT AND LICENCEThis 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.
Visit the GSP FreeBSD Man Page Interface. |