NAME

Tapper::MCP::MessageReceiver - Tapper - Message receiver for Tapper MCP

SYNOPSIS

use Tapper::MCP::MessageReceiver;

my $daemon = Tapper::MCP::MessageReceiver->new_with_options(pidfile=>'/tmp/pid');
$daemon->run;

METHODS

run

Handle daemon operations.

@return undef

AUTHOR

AMD OSRC Tapper Team, <tapper at amd64.org>

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Tapper::MCP::MessageReceiver

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2008-2011 AMD OSRC Tapper Team, all rights reserved.

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.