On 1/21/06, Larry Wall <[EMAIL PROTECTED]> wrote:
> But maybe all this is already possible in the current setup, if
>
> role ObjectFakeHash does Hash {...}
> role Object does ObjectFakeHash {...}
> class Hash does Hash {...}Yes, I think that's the way to go, as well as :coerce<as> for explicit class-based (instead of role-based) conversions. Audrey
