summaryrefslogtreecommitdiffstats
path: root/fake_packages/Getopt/Long.pm
blob: a8a14ac8247a16415ca52877aa5204f1c4c69ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

package Getopt::Long;
our @ISA = qw();
sub ConfigDefaults() {}
sub Configure { my (@_more_paras) = @_ }
sub FindOption { my ($_argv, $_prefix, $_argend, $_opt, $_o_opctl) = @_ }
sub GetOptions(@) {}
sub GetOptionsFromArray(@) { my ($_argv, @_more_paras) = @_ }
sub GetOptionsFromString(@) {}
sub HelpMessage(@) {}
sub OptCtl { my ($_o_v) = @_ }
sub ParseOptionSpec { my ($_opt, $_o_opctl) = @_ }
sub VERSION() {}
sub ValidValue { my ($_ctl, $_arg, $_mand, $_argend, $_o_prefix) = @_ }
sub VersionMessage(@) {}
sub config() {}
sub import() {}
sub setup_pa_args($@) {}

package Getopt::Long::CallBack;
our @ISA = qw();
sub name() {}
sub new { my ($_pkg, @_more_paras) = @_ }

package Getopt::Long::Parser;
our @ISA = qw();
sub configure() {}
sub getoptions() {}
sub new { my (@_more_paras) = @_ }