summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-09-13 14:50:14 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-09-13 14:50:14 +0200
commit1ac030d11dbfebc26721195e337420ec62264fac (patch)
treee8080c2c4ae713e2d14061daede88459e3590fe1
parent788ba4e1cc535c45bac60800a8daff15e049de06 (diff)
downloadperl_checker-1ac030d11dbfebc26721195e337420ec62264fac.tar
perl_checker-1ac030d11dbfebc26721195e337420ec62264fac.tar.gz
perl_checker-1ac030d11dbfebc26721195e337420ec62264fac.tar.bz2
perl_checker-1ac030d11dbfebc26721195e337420ec62264fac.tar.xz
perl_checker-1ac030d11dbfebc26721195e337420ec62264fac.zip
update Getopt::Long fake package
-rw-r--r--fake_packages/Getopt/Long.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/fake_packages/Getopt/Long.pm b/fake_packages/Getopt/Long.pm
index a8a14ac..7bfd122 100644
--- a/fake_packages/Getopt/Long.pm
+++ b/fake_packages/Getopt/Long.pm
@@ -26,4 +26,5 @@ package Getopt::Long::Parser;
our @ISA = qw();
sub configure() {}
sub getoptions() {}
+sub getoptionsfromarray() {}
sub new { my (@_more_paras) = @_ }