|
NAMEMooX::Options::Role - role that is apply to your objectUSAGEDon't use MooX::Options::Role directly. It is used by MooX::Options to upgrade your module. But it is useless alone.METHODSThese methods will be composed into your classnew_with_optionsSame as new but parse ARGV with Getopt::Long::DescriptiveCheck full doc MooX::Options for more details. parse_optionsParse your options, call Getopt::Long::Descriptive and convert the result for the "new" method.It is use by "new_with_options". options_usageDisplay help message.Check full doc MooX::Options for more details. options_helpDisplay long usage messageoptions_short_usageDisplay quick usage message, with only the list of optionsoptions_manDisplay a pod like a manualSUPPORTYou can find documentation for this module with the perldoc command.perldoc MooX::ConfigFromFile You can also look for information at:
AUTHORcelogeek <me@celogeek.com>COPYRIGHT AND LICENSEThis software is copyright (c) 2013 by celogeek <me@celogeek.com>.This software is copyright (c) 2017 by Jens Rehsack. 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. |