From 163f10840bd1c2bbce4d5a0cab8f33e1819783c1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Feb 2012 19:19:22 +0000 Subject: fix Getopt::Long with newer generator --- fake_packages/Getopt/Long.pm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'fake_packages/Getopt') diff --git a/fake_packages/Getopt/Long.pm b/fake_packages/Getopt/Long.pm index c7c4234..dad875e 100644 --- a/fake_packages/Getopt/Long.pm +++ b/fake_packages/Getopt/Long.pm @@ -2,29 +2,18 @@ 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($@) {} -- cgit v1.2.1