]> git.etc.gen.nz Git - spong.git/commitdiff
removed Spong::Status from the @ISA to prevent recursive search loop
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 10 Jan 2001 16:28:49 +0000 (16:28 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 10 Jan 2001 16:28:49 +0000 (16:28 +0000)
src/lib/Spong/Status.pm

index 488d6922dc10c3a712d998692b87b54938c63b22..e34dd5eaa3a472a0843913b9e4eae2a2278f1253 100755 (executable)
@@ -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;