diff options
Diffstat (limited to 'fake_packages')
-rw-r--r-- | fake_packages/Getopt/Long.pm | 1 |
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) = @_ } |