Object oriented module is not an Exporter.
authorJoe Atzberger (siptest <atz4sip@arwen.metavore.com>
Wed, 4 Jun 2008 23:14:53 +0000 (18:14 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 6 Jun 2008 03:43:40 +0000 (22:43 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/SIP/Sip/Configuration/Service.pm

index 11fa8ab..b5e37e8 100644 (file)
@@ -8,7 +8,7 @@ package Sip::Configuration::Service;
 use strict;
 use warnings;
 use English;
-use Exporter;
+use Exporter;
 
 sub new {
     my ($class, $obj) = @_;