From 0edd54309887b3b4181028cf0eaea77ca5c3894c Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 5 Feb 2008 16:45:33 +0000 Subject: [PATCH] Only import what's needed git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8147 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/IPAddrs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/Shorewall/IPAddrs.pm b/Shorewall-perl/Shorewall/IPAddrs.pm index cb93288ce..729ab89e6 100644 --- a/Shorewall-perl/Shorewall/IPAddrs.pm +++ b/Shorewall-perl/Shorewall/IPAddrs.pm @@ -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;