If I call this:
if $class.^can('wibble') { ... }
Does Perl 6 return false if that's only an instance method? Will the
WALK iterator returned by .^can return references to instance methods?
Cheers,
Ovid
--
Buy the book - http://www.oreilly.com/catalog/perlhks/
Perl and CGI - http://users.ea
Latest changes below. As always, your contributions are solicited. (You can
send me info if you don't have time to add it yourself.)
>> New:
"Perl 6 Marketplace" (for products, services, training, off-wiki job info)
http://www.perlfoundation.org/perl6/index.cgi?perl_6_marketplace
"Perl 6 Books a
Ovid wrote:
> If I call this:
>
> if $class.^can('wibble') { ... }
>
> Does Perl 6 return false if that's only an instance method? Will the
> WALK iterator returned by .^can return references to instance methods?
As I understand it, Perl 6 generally doesn't bother with the
class-vs-instance dis
Author: pmichaud
Date: Sun Jan 20 21:23:36 2008
New Revision: 14492
Modified:
doc/trunk/design/syn/S29.pod
Log:
Update location of S29 to point to new repositories
(the old openfoundry.org address is way out of date).
Reported by diakopter++ .
Modified: doc/trunk/design/syn/S29.pod
=