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

NAME

Sys::Bprsync::Cmd - Bprsync CLI

SYNOPSIS

    use Sys::RevoBackup::Cmd;
    my $Mod = Sys::RevoBackup::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

Sys::Bprsync::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.