From 1ac030d11dbfebc26721195e337420ec62264fac Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 Sep 2016 14:50:14 +0200 Subject: update Getopt::Long fake package --- fake_packages/Getopt/Long.pm | 1 + 1 file changed, 1 insertion(+) 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) = @_ } -- cgit v1.2.1