NAME
App::Standby::Cmd - Command base class
SYNOPSIS
use App::Standby::Cmd;
my $Cmd = App::Standby::Cmd::->new();
DESCRIPTION
This class is the base class for any command implemented by its subclasses.
It is a mere requirement by App::Cmd. Don't mess with it.
NAME
App::Standby::Cmd - Command base class
AUTHOR
Dominik Schulz <dominik.schulz@gauner.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Dominik Schulz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.