From 85d9a5feca07ede379ef69a06865f3e7a1d71970 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Mon, 22 Apr 2024 10:17:45 -0500 Subject: [PATCH] Configure Getopt::Long with better options --- make-block.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-block.pl b/make-block.pl index 9c572d2..c390910 100755 --- a/make-block.pl +++ b/make-block.pl @@ -16,7 +16,7 @@ use 5.012; use warnings; -use Getopt::Long qw/ GetOptions :config no_ignore_case /; +use Getopt::Long qw/ GetOptions :config bundling no_getopt_compat no_ignore_case /; use FindBin qw//; my %domains;