The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XAS::Apps::Alert - A class for the XAS environment

SYNOPSIS

 use XAS::Apps::Alert;

 my $app = XAS::Apps::Alert->new(
     -throws => 'xas-alert'
 );

 exit $app->run;

DESCRIPTION

This module is used to send an alert from the command line.

METHODS

main

This method will start the processing.

options

This module provides these additonal cli options.

--script

This provides a name for the script. Default is 'xas-alert'.

SEE ALSO

XAS

AUTHOR

Kevin L. Esteb, <kevin@kesteb.us>

COPYRIGHT AND LICENSE

Copyright (c) 2012-2015 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.