|
NAMEModule::Version::App - Application implementation for Module::VersionVERSIONversion 0.201SYNOPSISThis is the CLI program's implementation as a module.use Module::Version::App; my $app = Module::Version::App->new; $app->run; SUBROUTINES/METHODSnewCreate a new object.runDo all the grunt work.parse_optsParsing the command line arguments using Getopt::Long.processParses extra arguments from Getopt::Long.helpPrint a help menu for the application itself.error($error)Calls "die" with a message.warn($warning)Calls "warn" with a message.EXPORTObject Oriented, nothing is exported.BUGSPlease 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.SUPPORTThis 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:
AUTHORSawyer XCOPYRIGHT AND LICENSEThis 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.
Visit the GSP FreeBSD Man Page Interface. |