mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-18 03:29:12 +01:00
Placate the latest Emacs WRT qw/.../
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1119d64b29
commit
deea614677
@ -31,7 +31,7 @@ use Shorewall::IPAddrs;
|
||||
use strict;
|
||||
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( NOTHING
|
||||
our @EXPORT = ( qw( NOTHING
|
||||
NUMERIC
|
||||
NETWORK
|
||||
IPSECPROTO
|
||||
@ -41,6 +41,7 @@ our @EXPORT = qw( NOTHING
|
||||
IP
|
||||
BPORT
|
||||
IPSEC
|
||||
GROUP
|
||||
NO_UPDOWN
|
||||
NO_SFILTER
|
||||
|
||||
@ -91,6 +92,7 @@ our @EXPORT = qw( NOTHING
|
||||
find_zones_by_option
|
||||
all_ipsets
|
||||
have_ipsec
|
||||
)
|
||||
);
|
||||
|
||||
our @EXPORT_OK = qw( initialize );
|
||||
|
Loading…
Reference in New Issue
Block a user