Appease the Fedora 17 version of emacs.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-09-10 10:02:47 -07:00
parent 9d6e0fd9ed
commit b4098ff5dd

View File

@ -36,7 +36,7 @@ use Shorewall::IPAddrs;
use strict; use strict;
our @ISA = qw(Exporter); our @ISA = qw(Exporter);
our @EXPORT = qw( our @EXPORT = ( qw(
DONT_OPTIMIZE DONT_OPTIMIZE
DONT_DELETE DONT_DELETE
DONT_MOVE DONT_MOVE
@ -85,7 +85,8 @@ our @EXPORT = qw(
$nat_table $nat_table
$mangle_table $mangle_table
$filter_table $filter_table
); ),
);
our %EXPORT_TAGS = ( our %EXPORT_TAGS = (
internal => [ qw( STANDARD internal => [ qw( STANDARD
@ -247,7 +248,7 @@ our %EXPORT_TAGS = (
%targets %targets
%dscpmap %dscpmap
%nfobjects %nfobjects
) ], ), ],
); );
Exporter::export_ok_tags('internal'); Exporter::export_ok_tags('internal');