The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MooseX::Nagios::CLI - MooseX::Nagios-based CLIs

SYNOPSIS

 use MooseX::Nagios::CLI::XXX;

 my $app = MooseX::Nagios::CLI::XXX->new_with_options;
 $app->run;

DESCRIPTION

This namespace is for CLIs which test or make use of the various MooseX::Nagios classes.