forked from extern/shorewall_code
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;
|
use strict;
|
||||||
|
|
||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw( NOTHING
|
our @EXPORT = ( qw( NOTHING
|
||||||
NUMERIC
|
NUMERIC
|
||||||
NETWORK
|
NETWORK
|
||||||
IPSECPROTO
|
IPSECPROTO
|
||||||
@ -41,6 +41,7 @@ our @EXPORT = qw( NOTHING
|
|||||||
IP
|
IP
|
||||||
BPORT
|
BPORT
|
||||||
IPSEC
|
IPSEC
|
||||||
|
GROUP
|
||||||
NO_UPDOWN
|
NO_UPDOWN
|
||||||
NO_SFILTER
|
NO_SFILTER
|
||||||
|
|
||||||
@ -91,6 +92,7 @@ our @EXPORT = qw( NOTHING
|
|||||||
find_zones_by_option
|
find_zones_by_option
|
||||||
all_ipsets
|
all_ipsets
|
||||||
have_ipsec
|
have_ipsec
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
our @EXPORT_OK = qw( initialize );
|
our @EXPORT_OK = qw( initialize );
|
||||||
|
Loading…
Reference in New Issue
Block a user