From 871c6f33d964d255e25c41937255383b4b12317a Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 18 Jun 2008 00:10:01 +0000 Subject: [PATCH] conf.pm doesn't actually need qsearch/qsearchs - hopefully this will solve the weird circular dependency issue (Record->Msgcat->Conf->conf->Record) --- FS/FS/conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/conf.pm b/FS/FS/conf.pm index 6126372cc..3faab1470 100644 --- a/FS/FS/conf.pm +++ b/FS/FS/conf.pm @@ -2,7 +2,7 @@ package FS::conf; use strict; use vars qw( @ISA ); -use FS::Record qw( qsearch qsearchs ); +use FS::Record; @ISA = qw(FS::Record); -- 2.11.0