Re: RFC 187 (v1) Objects : Mandatory and enhanced second argument to C<bless>
[email protected] (Bart Lateur) Sun, 03 Sep 2000 12:51:49 +0200
| Newsgroups | perl.perl6.language.objects |
|---|---|
| Organization | MediaMind |
| Message-ID | <[email protected]> |
On 1 Sep 2000 20:59:10 -0000, Perl6 RFC Librarian wrote: >When omitted, the second argument to C<bless> currently defaults to the >name of the package from which the call is made. The word "from" doesn't look like it's been used 100% correctly. "Being called from" suggests that it's the name af the caller package that gets used. Instead, it's the package in which the method is defined. -- Bart.