From 5671608e133d0ad332b97c18e5bed379240112a2 Mon Sep 17 00:00:00 2001 From: "Joe Atzberger (siptest" Date: Wed, 4 Jun 2008 18:14:53 -0500 Subject: [PATCH] Object oriented module is not an Exporter. Signed-off-by: Joshua Ferraro --- C4/SIP/Sip/Configuration/Service.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/SIP/Sip/Configuration/Service.pm b/C4/SIP/Sip/Configuration/Service.pm index 11fa8aba67..b5e37e8938 100644 --- a/C4/SIP/Sip/Configuration/Service.pm +++ b/C4/SIP/Sip/Configuration/Service.pm @@ -8,7 +8,7 @@ package Sip::Configuration::Service; use strict; use warnings; use English; -use Exporter; +# use Exporter; sub new { my ($class, $obj) = @_; -- 2.39.2