SPUG: Recursive Inheritance?

ced at carios2.ca.boeing.com ced at carios2.ca.boeing.com
Fri Nov 10 14:29:15 CST 2000


> I'm getting an odd error from perl...

> Here's the error:
> Recursive inheritance detected while looking for method 'debug' in package 'iSQL::Record' at IWeb/iSQL/Record.pm line 53

> I have a program, that has the following use statements:
...

One thing that may provide a hint about what's
going on:

########  add this line ########
BEGIN { $Exporter::Verbose = 1 }
################################
use iSQL;
use iSQL::Record;
use iSQL::Record::Campaign;
....


hth,
--
Charles DeRykus

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     POST TO: spug-list at pm.org       PROBLEMS: owner-spug-list at pm.org
      Subscriptions; Email to majordomo at pm.org:  ACTION  LIST  EMAIL
  Replace ACTION by subscribe or unsubscribe, EMAIL by your Email-address
 For daily traffic, use spug-list for LIST ;  for weekly, spug-list-digest
  Seattle Perl Users Group (SPUG) Home Page: http://www.halcyon.com/spug/





More information about the spug-list mailing list