> This RFC proposes that, as in Perl 5, the invocant of a method should be
> normally available to the method as $_[0], but that it can be
> automaticaly stripped from @_ and accessed via either a subroutine
> or a variable, using the C<use invocant> pragma.

Uh, that should "invocand", should it not?  In

        sub foo {
                $obj->meth( @args )
        }

the "invocant" is foo, I think.  $obj is the "invocand".

Unless the OO community has already decided this issue unbeknownst to me...

-- 
John Porter

        We're building the house of the future together.

Reply via email to