NAME
MooX::Options::Role - role that is apply to your object
VERSION
version 3.98
METHODS
new_with_options
Same as new but parse ARGV with Getopt::Long::Descriptive
Check full doc MooX::Options for more details.
parse_options
Parse your options, call Getopt::Long::Descriptve and convert the result for the "new" method.
It is use by "new_with_options".
options_usage
Display help message.
Check full doc MooX::Options for more details.
USAGE
Don't use MooX::Options::Role directly. It is used by MooX::Options to upgrade your module. But it is useless alone.
BUGS
Please report any bugs or feature requests on the bugtracker website https://tasks.celogeek.com/projects/perl-modules-moox-options
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
celogeek <me@celogeek.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by celogeek <me@celogeek.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.