NAME

App::Base - modules implementing common methods for applications

VERSION

This document describes App::Base version 0.04

SYNOPSIS

use App::Base;

DESCRIPTION

This distribution provides modules that implement common methods for writing scripts and daemons.

App::Base::Script

Role implementing basic functionality for scripts

App::Base::Script::OnlyOne

Role to allow only one running instance of the script

App::Base::Daemon

Role implementing basic functionality for daemons

App::Base::Daemon::Supervisor

Role implementing methods to support supervision and zero downtime reloading for daemons.

CONTRIBUTORS

The following people contributed to this module:

Calum Halcrow
Chris Travers
Fayland Lam
Jean-Yves Sireau
Kaveh Mousavi Zamani
Matt Miller
Nick Marden
Pavel Shaydo
Tee Shuwn Yuan

LICENSE AND COPYRIGHT

Copyright (C) 2010-2014 Binary.com

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.