From: Stephen L Johnson Date: Wed, 10 Jan 2001 16:28:49 +0000 (+0000) Subject: removed Spong::Status from the @ISA to prevent recursive search loop X-Git-Tag: spong-2_7_3~10 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb0f3c335d7711f7634d1675c522c3c37c1a6723;p=spong.git removed Spong::Status from the @ISA to prevent recursive search loop --- diff --git a/src/lib/Spong/Status.pm b/src/lib/Spong/Status.pm index 488d692..e34dd5e 100755 --- a/src/lib/Spong/Status.pm +++ b/src/lib/Spong/Status.pm @@ -20,7 +20,7 @@ use vars qw(@ISA @EXPORT_OK $VERSION); use Carp; use IO::Socket; -@ISA = qw(Exporter Spong::Status); +@ISA = qw(Exporter); @EXPORT_OK = qw(status event); $VERSION = 0.02;