The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Module::Version::App - Application implementation for Module::Version

VERSION

Version 0.01

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_args

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.

AUTHOR

Sawyer X, <xsawyerx at cpan.org>

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

You can find documentation for this module with the perldoc command.

    perldoc Module::Version

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2010 Sawyer X.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.