blob: 0abaa86d91e7f28c2e84fba059067ee67bbe32ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
https://github.com/sympa-community/sympa/issues/1966
https://github.com/sympa-community/sympa/commit/088fff6ba62e229939c0213c7f44b4086d38709c
--- src/sbin/archived.pl.in.orig 2025-02-03 22:52:23 UTC
+++ src/sbin/archived.pl.in
@@ -29,7 +29,7 @@ use English qw(-no_match_vars);
use strict;
use warnings;
use English qw(-no_match_vars);
-use Getopt::Long;
+use Getopt::Long qw( :config no_ignore_case );
use Pod::Usage;
use POSIX qw();
--- src/sbin/bounced.pl.in.orig 2025-02-03 22:52:23 UTC
+++ src/sbin/bounced.pl.in
@@ -35,7 +35,7 @@ use English qw(-no_match_vars);
use strict;
use warnings;
use English qw(-no_match_vars);
-use Getopt::Long;
+use Getopt::Long qw( :config no_ignore_case );
use Pod::Usage;
use POSIX qw();
--- src/sbin/bulk.pl.in.orig 2025-02-03 22:52:23 UTC
+++ src/sbin/bulk.pl.in
@@ -30,7 +30,7 @@ use English qw(-no_match_vars);
use strict;
use warnings;
use English qw(-no_match_vars);
-use Getopt::Long;
+use Getopt::Long qw( :config no_ignore_case );
use Pod::Usage;
use POSIX qw();
--- src/sbin/task_manager.pl.in.orig 2025-02-03 22:52:23 UTC
+++ src/sbin/task_manager.pl.in
@@ -30,7 +30,7 @@ use English qw(-no_match_vars);
use strict;
use warnings;
use English qw(-no_match_vars);
-use Getopt::Long;
+use Getopt::Long qw( :config no_ignore_case );
use Pod::Usage;
use POSIX qw();
|