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

NAME

WaitReSS::App::Command - Base class for sub-commands

VERSION

version 0.001

DESCRIPTION

This module is the base class for all sub-commands.

METHODS

opt_common

    my @opts = $self->opt_common;

Return an array of common options to be used in a command's opt_spec method.

initialize

    $cmd->initialize($opts);

Perform some various initializations.

AUTHOR

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jerome Quelin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.