NAME
XAS::Apps::Test::Echo::Client - This module will send data to the echo server
SYNOPSIS
use XAS::Apps::Test::Echo::Client;
my $app = XAS::Apps::Test::Echo::Client->new(;
-throws => 'echo-client',
);
exit $app->run();
DESCRIPTION
This module will send a message to the echo server. This message should be 'echoed' back.
CONFIGURATION
There is no additional configuration.
OPTIONS
This module provides these additonal cli options.
--host
The host the echo server resides on. Defaults to 'localhost'.
--port
The port it is listening on. Defaults to '9505'.
--send
The text to be "echoed" back.
SEE ALSO
- bin/echo-client.pl
- XAS
AUTHOR
Kevin L. Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Kevin L. Esteb
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.