summaryrefslogtreecommitdiffstats
path: root/fake_packages/Getopt
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-30 17:48:10 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-30 17:48:10 +0000
commit729572090e8e28ff027748f5756558d43aafa381 (patch)
treefc8db5f70689e9aa96ecf079941da0aa7f220a76 /fake_packages/Getopt
parent011dded191608ee5dd2bdba08f369760152dff5d (diff)
downloadperl_checker-729572090e8e28ff027748f5756558d43aafa381.tar
perl_checker-729572090e8e28ff027748f5756558d43aafa381.tar.gz
perl_checker-729572090e8e28ff027748f5756558d43aafa381.tar.bz2
perl_checker-729572090e8e28ff027748f5756558d43aafa381.tar.xz
perl_checker-729572090e8e28ff027748f5756558d43aafa381.zip
update fake packages
Diffstat (limited to 'fake_packages/Getopt')
-rw-r--r--fake_packages/Getopt/Long.pm40
1 files changed, 37 insertions, 3 deletions
diff --git a/fake_packages/Getopt/Long.pm b/fake_packages/Getopt/Long.pm
index 6437264..c7c4234 100644
--- a/fake_packages/Getopt/Long.pm
+++ b/fake_packages/Getopt/Long.pm
@@ -1,6 +1,40 @@
+
package Getopt::Long;
+our @ISA = qw();
+sub ConfigDefaults() {}
+sub ConfigDefaults(); {}
+sub Configure { my ($_o_options) = @_ }
+sub Configure(@); {}
+sub FindOption { my ($_argv, $_prefix, $_argend, $_opt, $_o_opctl) = @_ }
+sub FindOption($$$$$); {}
+sub GetOptions(@) {}
+sub GetOptions(@); {}
+sub GetOptionsFromArray(@) { my ($_argv, $_o_optionlist) = @_ }
+sub GetOptionsFromArray(@); {}
+sub GetOptionsFromString(@) {}
+sub GetOptionsFromString(@); {}
+sub HelpMessage(@) {}
+sub HelpMessage(@); {}
+sub OptCtl { my ($_o_v) = @_ }
+sub OptCtl($); {}
+sub ParseOptionSpec { my ($_opt, $_o_opctl) = @_ }
+sub ParseOptionSpec($$); {}
+sub VERSION() {}
+sub ValidValue { my ($_ctl, $_arg, $_mand, $_argend, $_o_prefix) = @_ }
+sub VersionMessage(@) {}
+sub VersionMessage(@); {}
+sub config() {}
+sub config(@); {}
+sub import() {}
+sub setup_pa_args($@) {}
-our @ISA = qw(Exporter);
-our @EXPORT = qw(GetOptions);
+package Getopt::Long::CallBack;
+our @ISA = qw();
+sub name() {}
+sub new { my ($_pkg, $_o_atts) = @_ }
-sub GetOptions {}
+package Getopt::Long::Parser;
+our @ISA = qw();
+sub configure() {}
+sub getoptions() {}
+sub new { my ($_o_atts) = @_ }