NAME
Dist::Joseki::Cmd - Application class for 'dist' program
SYNOPSIS
Dist::Joseki::Cmd->new;
DESCRIPTION
None yet.
METHODS
Dist::Joseki::Cmd inherits from App::Cmd.
The superclass App::Cmd defines these methods and functions:
new(), _bad_command(), _cmd_from_args(), _command(),
_global_option_processing_params(), _load_default_plugin(),
_module_pluggable_options(), _plugin_prepare(), _plugins(),
_prepare_command(), _prepare_default_command(), _usage_text(),
command_names(), command_plugins(), default_command(),
execute_command(), get_command(), global_opt_spec(), global_options(),
plugin_for(), plugin_search_path(), prepare_command(), run(),
set_global_options(), usage(), usage_desc(), usage_error()
The superclass App::Cmd::ArgProcessor defines these methods and functions:
_process_args()
TAGS
If you talk about this module in blogs, on del.icio.us or anywhere else, please use the distjoseki
tag.
VERSION
This document describes version 0.14 of Dist::Joseki::Cmd.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to <bug-dist-joseki@rt.cpan.org
>, or through the web interface at http://rt.cpan.org.
INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
AVAILABILITY
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>.
AUTHORS
Marcel Grünauer, <marcel@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2007-2008 by the authors.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.