Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: a4e255cdec866af833f91d1e3c0d9ce6ddbdf74f
https://github.com/perl6/specs/commit/a4e255cdec866af833f91d1e3c0d9ce6ddbdf74f
Author: Larry Wall <[email protected]>
Date: 2011-08-13 (Sat, 13 Aug 2011)
Changed paths:
M S12-objects.pod
Log Message:
-----------
new attempt at :D policy
:D and :U are now defined in terms of a low-level macro, DEFINITE.
The old :A now becomes :T, which admits only type objects. Invocants
now default to :D, except for the new method, whose prototype puts a
default of :T on the invocants of all "new" methods in derived classes.