NAME
Module::Version::App - Application implementation for Module::Version
VERSION
version 0.201
SYNOPSIS
This is the CLI program's implementation as a module.
use Module::Version::App;
my $app = Module::Version::App->new;
$app->run;
SUBROUTINES/METHODS
new
Create a new object.
run
Do all the grunt work.
parse_opts
Parsing the command line arguments using Getopt::Long.
process
Parses extra arguments from Getopt::Long.
help
Print a help menu for the application itself.
error($error)
Calls die
with a message.
warn($warning)
Calls warn
with a message.
EXPORT
Object Oriented, nothing is exported.
BUGS
Please report any bugs or feature requests to bug-module-version at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-Version. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
This module sports 100% test coverage, but in case you have more issues...
You can find documentation for this module with the perldoc command.
perldoc Module::Version
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
AUTHOR
Sawyer X
COPYRIGHT AND LICENSE
This software is copyright (c) 2010-2018 by Sawyer X.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.