Only import what's needed

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8147 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-02-05 16:45:33 +00:00
parent 5aeef8b231
commit 0edd543098

View File

@ -24,7 +24,7 @@
#
package Shorewall::IPAddrs;
require Exporter;
use Shorewall::Config qw( :DEFAULT :internal );
use Shorewall::Config qw( :DEFAULT split_list require_capability );
use strict;