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,67 +31,69 @@ 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
IPSECMODE IPSECMODE
FIREWALL FIREWALL
VSERVER VSERVER
IP IP
BPORT BPORT
IPSEC IPSEC
NO_UPDOWN GROUP
NO_SFILTER NO_UPDOWN
NO_SFILTER
determine_zones determine_zones
zone_report zone_report
dump_zone_contents dump_zone_contents
find_zone find_zone
firewall_zone firewall_zone
defined_zone defined_zone
zone_type zone_type
zone_interfaces zone_interfaces
zone_mark zone_mark
all_zones all_zones
all_parent_zones all_parent_zones
complex_zones complex_zones
vserver_zones vserver_zones
on_firewall_zones on_firewall_zones
off_firewall_zones off_firewall_zones
non_firewall_zones non_firewall_zones
single_interface single_interface
chain_base chain_base
validate_interfaces_file validate_interfaces_file
all_interfaces all_interfaces
all_real_interfaces all_real_interfaces
all_plain_interfaces all_plain_interfaces
all_bridges all_bridges
interface_number interface_number
find_interface find_interface
known_interface known_interface
get_physical get_physical
physical_name physical_name
have_bridges have_bridges
port_to_bridge port_to_bridge
source_port_to_bridge source_port_to_bridge
interface_is_optional interface_is_optional
interface_is_required interface_is_required
find_interfaces_by_option find_interfaces_by_option
find_interfaces_by_option1 find_interfaces_by_option1
get_interface_option get_interface_option
interface_has_option interface_has_option
set_interface_option set_interface_option
set_interface_provider set_interface_provider
interface_zones interface_zones
verify_required_interfaces verify_required_interfaces
validate_hosts_file validate_hosts_file
find_hosts_by_option find_hosts_by_option
find_zone_hosts_by_option find_zone_hosts_by_option
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 );
our $VERSION = 'MODULEVERSION'; our $VERSION = 'MODULEVERSION';