GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Version::App(3) User Contributed Perl Documentation Module::Version::App(3)

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

version 0.201

This is the CLI program's implementation as a module.

    use Module::Version::App;

    my $app = Module::Version::App->new;

    $app->run;

Create a new object.

Do all the grunt work.

Parsing the command line arguments using Getopt::Long.

Parses extra arguments from Getopt::Long.

Print a help menu for the application itself.

Calls "die" with a message.

Calls "warn" with a message.

Object Oriented, nothing is exported.

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.

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

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Version>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/Module-Version>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/Module-Version>

  • Search CPAN

    <http://search.cpan.org/dist/Module-Version/>

Sawyer X

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.

2019-02-24 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.