On Tue Sep 16 13:04:11 2008, [EMAIL PROTECTED] wrote:
> ...
> But move class Dog { ... } into Dog.pm and import it with
> 'use Dog;' and Rakudo is like 'Attempt to inherit from
> non-existent parent class'.
> 
This bug is like fixed.

Well, kinda. Your example now runs. However, modules using modules then
causes some fun (though I'm not convinced this change has made the
situation worse), and this won't play so nicely with pre-compiled
modules. Those'll want tickets of their own, though, so resolving this
ticket since use has been promoted to happen at runtime now.

Thanks,

Jonathan

Reply via email to