aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 14:04:44 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 14:04:44 +0200
commit155bd0baa629b3ca26869353bdb251bb4f2a3e65 (patch)
treeb3f96ba737c526b7d904e229fcc91173a53284d6
parentd98d886a871086e8c82c5292f36a03dc5ad0b5ea (diff)
downloadacmeman-155bd0baa629b3ca26869353bdb251bb4f2a3e65.tar.gz
acmeman-155bd0baa629b3ca26869353bdb251bb4f2a3e65.tar.bz2
Makefile.PL: pass unrecognized options on to MakeMaker
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 68e5b0f..32fb598 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@
use strict;
use lib 'inc';
use Module::Metadata;
-use Getopt::Long qw(:config gnu_getopt no_ignore_case);
+use Getopt::Long qw(:config gnu_getopt no_ignore_case pass_through);
use ExtUtils::MakeMaker;
my %makefile_args = (

Return to:

Send suggestions and report system problems to the System administrator.