Placate the latest Emacs WRT qw/.../

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-08-31 17:36:38 -07:00
parent 1119d64b29
commit deea614677

View File

@ -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 );