Configure Getopt::Long with better options

This commit is contained in:
Dan Church 2024-04-22 10:17:45 -05:00
parent 7d9188c6fa
commit 85d9a5feca
Signed by: h3xx
GPG Key ID: EA2BF379CD2CDBD0
1 changed files with 1 additions and 1 deletions

View File

@ -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;