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

NAME

DBIx::Changeset::App::BaseCommand - Base module for the command line app commands

SYNOPSIS

Base module for the command line app commands

use as a base for an App::Cmd::Command:

use base qw/DBIx::Changeset::App::BaseCommand/;

METHODS

opt_spec

        Override opt_spec to provide the defaults from config:
        
        commands implement the options method to add there own options

validate_args

determine_outstanding

        Loop to determine the outstanding records in a collection put here as its used
        by both compare and update. also prompts to fix records

COPYRIGHT & LICENSE

Copyright 2004-2008 Grox Pty Ltd.

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

The full text of the license can be found in the LICENSE file included with this module.