mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2024-08-14 20:27:01 +00:00
Configure Getopt::Long with better options
This commit is contained in:
parent
7d9188c6fa
commit
85d9a5feca
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
use 5.012;
|
use 5.012;
|
||||||
use warnings;
|
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//;
|
use FindBin qw//;
|
||||||
|
|
||||||
my %domains;
|
my %domains;
|
||||||
|
|
Loading…
Reference in a new issue