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