Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 75b4fff7d88c6214d4086c0916e8595c48462005
https://github.com/perl6/specs/commit/75b4fff7d88c6214d4086c0916e8595c48462005
Author: Larry Wall <[email protected]>
Date: 2011-01-05 (Wed, 05 Jan 2011)
Changed paths:
M S12-objects.pod
Log Message:
-----------
Defer wildcard delegation to dispatch failover
Wildcard delegation should not be used for methods that are in
the object's own ancestry (especially .new). Use explicit delegation
or mixins to acquire such methods.
Commit: af947e981ca92e316a4841a022b52f23230e464f
https://github.com/perl6/specs/commit/af947e981ca92e316a4841a022b52f23230e464f
Author: Larry Wall <[email protected]>
Date: 2011-01-05 (Wed, 05 Jan 2011)
Changed paths:
M S06-routines.pod
M S09-data.pod
M S19-commandline.pod
Log Message:
-----------
Merge branch 'master' of github.com:perl6/specs