1MooseX::Getopt::ProcessUesdeArrgCvo(n3tprmi)buted Perl DMoocousmeeXn:t:aGteitoonpt::ProcessedArgv(3pm)
2
3
4
6 MooseX::Getopt::ProcessedArgv - MooseX::Getopt::ProcessedArgv - Class
7 containing the results of process_argv
8
10 version 0.74
11
13 use My::App;
14
15 my $pa = My::App->process_argv(@params);
16 my $argv_copy = $pa->argv_copy();
17 my $extra_argv = $pa->extra_argv();
18 my $usage = $pa->usage();
19 my $constructor_params = $pa->constructor_params();
20 my $cli_params = $pa->cli_params();
21
23 This object contains the result of a "process_argv" in MooseX::Getopt
24 call. It contains all the information that "new_with_options" in
25 MooseX::Getopt uses when calling new.
26
28 argv_copy
29 Reference to a copy of the original @ARGV array as it originally
30 existed at the time of "new_with_options".
31
32 extra_arg
33 Arrayref of leftover @ARGV elements that Getopt::Long did not parse.
34
35 usage
36 Contains the Getopt::Long::Descriptive::Usage object (if
37 Getopt::Long::Descriptive is used).
38
39 constructor_params
40 Parameters passed to process_argv.
41
42 cli_param
43 Command-line parameters parsed out of @ARGV.
44
46 Bugs may be submitted through the RT bug tracker
47 <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Getopt> (or
48 bug-MooseX-Getopt@rt.cpan.org <mailto:bug-MooseX-Getopt@rt.cpan.org>).
49
50 There is also a mailing list available for users of this distribution,
51 at <http://lists.perl.org/list/moose.html>.
52
53 There is also an irc channel available for users of this distribution,
54 at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
55
57 Stevan Little <stevan@iinteractive.com>
58
60 This software is copyright (c) 2007 by Infinity Interactive, Inc.
61
62 This is free software; you can redistribute it and/or modify it under
63 the same terms as the Perl 5 programming language system itself.
64
65
66
67perl v5.28.0 2018-09-23MooseX::Getopt::ProcessedArgv(3pm)