Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 5f6096f431d57e66b3857702327cdfa649c7aacb
https://github.com/perl6/specs/commit/5f6096f431d57e66b3857702327cdfa649c7aacb
Author: TimToady <[email protected]>
Date: 2010-11-05 (Fri, 05 Nov 2010)
Changed paths:
M S12-objects.pod
Log Message:
-----------
[S12] default BUILD should not init private attrs
You have to write an explicit BUILD submethod to present
private attribute names as part of the initialziation API.
The default BUILD should not do this.