Re: unloop bug

2000-02-02 Thread Uri Guttman
> "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes: and still to be explained is why the nonexistant cancel.pm module was being loaded? or the other desc.pm one. the bad inheritance path should just cause a method not found error. i think there is a problem in your AUTOLOAD that is conv

Re: unloop bug

2000-02-02 Thread Uri Guttman
> "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes: >> package Stem::Event::Plain ; >> >> use Carp ; >> use base qw(Event) ; JNP> Whoa! Don't you mean qw(Event::idle)? they don't call me stupid for nuthin' ya know! that fixed it. actually why doesn't the above work? i wou

Re: unloop bug

2000-02-02 Thread Joshua N Pritikin
On Wed, Feb 02, 2000 at 05:08:42PM -0500, [EMAIL PROTECTED] wrote: > it definitely has to do with the reblessing of the watcher object into > the Stem object. when i removed the bless code it works fine. so somehow > i can't subclass Event so i can use its objects and inherit its > methods. > >