1MooX::Options::Role(3)User Contributed Perl DocumentationMooX::Options::Role(3)
2
3
4
6 MooX::Options::Role - role that is apply to your object
7
9 Don't use MooX::Options::Role directly. It is used by MooX::Options to
10 upgrade your module. But it is useless alone.
11
13 These methods will be composed into your class
14
15 new_with_options
16 Same as new but parse ARGV with Getopt::Long::Descriptive
17
18 Check full doc MooX::Options for more details.
19
20 parse_options
21 Parse your options, call Getopt::Long::Descriptive and convert the
22 result for the "new" method.
23
24 It is use by "new_with_options".
25
26 options_usage
27 Display help message.
28
29 Check full doc MooX::Options for more details.
30
31 options_help
32 Display long usage message
33
34 options_short_usage
35 Display quick usage message, with only the list of options
36
37 options_man
38 Display a pod like a manual
39
41 You can find documentation for this module with the perldoc command.
42
43 perldoc MooX::ConfigFromFile
44
45 You can also look for information at:
46
47 · RT: CPAN's request tracker (report bugs here)
48
49 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooX-ConfigFromFile>
50
51 · AnnoCPAN: Annotated CPAN documentation
52
53 <http://annocpan.org/dist/MooX-ConfigFromFile>
54
55 · CPAN Ratings
56
57 <http://cpanratings.perl.org/d/MooX-ConfigFromFile>
58
59 · Search CPAN
60
61 <http://search.cpan.org/dist/MooX-ConfigFromFile/>
62
64 celogeek <me@celogeek.com>
65
67 This software is copyright (c) 2013 by celogeek <me@celogeek.com>.
68
69 This software is copyright (c) 2017 by Jens Rehsack.
70
71 This is free software; you can redistribute it and/or modify it under
72 the same terms as the Perl 5 programming language system itself.
73
74
75
76perl v5.28.1 2017-08-22 MooX::Options::Role(3)