logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MooX::Options::Role - role that is apply to your object

Author

       celogeek <me@celogeek.com>

Methods

       These methods will be composed into your class

   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::Descriptive 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.

   options_help
       Display long usage message

   options_short_usage
       Display quick usage message, with only the list of options

   options_man
       Display a pod like a manual

Name

       MooX::Options::Role - role that is apply to your object

Support

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

           perldoc MooX::ConfigFromFile

       You can also look for information at:

       •   RT: CPAN's request tracker (report bugs here)

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

       •   AnnoCPAN: Annotated CPAN documentation

           <http://annocpan.org/dist/MooX-ConfigFromFile>

       •   CPAN Ratings

           <http://cpanratings.perl.org/d/MooX-ConfigFromFile>

       •   Search CPAN

           <http://search.cpan.org/dist/MooX-ConfigFromFile/>

Usage

       Don't use MooX::Options::Role directly. It is used by MooX::Options to upgrade your module. But it is
       useless alone.

See Also