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
7b54482e
Unverified
Commit
7b54482e
authored
Apr 13, 2022
by
IKEDA Soji
Committed by
GitHub
Apr 13, 2022
Browse files
Merge pull request #1375 from ikedas/pr-1286_fix2 by ikedas
Bugs injected by PR#1286 (2)
parents
f6a9b30b
beb427a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/CLI/rebuildarc.pm
View file @
7b54482e
...
...
@@ -3,7 +3,7 @@
# Sympa - SYsteme de Multi-Postage Automatique
#
# Copyright 2021 The Sympa Community. See the
# Copyright 2021
, 2022
The Sympa Community. See the
# AUTHORS.md file at the top-level directory of this distribution and at
# <https://github.com/sympa-community/sympa.git>.
#
...
...
@@ -26,14 +26,13 @@ use strict;
use
warnings
;
use
Sympa
;
use
Sympa::
List
;
use
Sympa::
Message
;
use
Sympa::Spool::
Archive
;
use
parent
qw(Sympa::CLI)
;
use
constant
_options
=>
qw()
;
use
constant
_args
=>
qw()
;
use
constant
_args
=>
qw(
list
)
;
sub
_run
{
my
$class
=
shift
;
...
...
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