Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
cda34fd1
Unverified
Commit
cda34fd1
authored
Dec 04, 2021
by
IKEDA Soji
Committed by
GitHub
Dec 04, 2021
Browse files
Merge pull request #1285 from ikedas/pr-1251_fix_2 by ikedas
More fix for #1251
parents
9ef3ebe5
07cb7f7b
Changes
2
Show whitespace changes
Inline
Side-by-side
cpanfile
View file @
cda34fd1
...
...
@@ -61,6 +61,9 @@ requires 'File::NFSLock';
# Used to create or remove paths
requires 'File::Path', '>= 2.08';
# Used to parse arguments of command line tools
requires 'Getopt::Long', '>= 2.24';
# Note: 'HTML::Entities' >=3.59 is included in HTML-Parser which
# 'HTML::StripScripts::Parser' depends on.
...
...
src/sbin/sympa.pl.in
View file @
cda34fd1
...
...
@@ -35,7 +35,7 @@ use Fcntl qw();
use
File::
Basename
qw()
;
use
File::
Copy
qw()
;
use
File::
Path
qw()
;
use
Getopt::
Long
;
use
Getopt::
Long
qw(:config no_ignore_case)
;
use
Pod::
Usage
;
use
POSIX
qw()
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment