Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: bf4c011469cce5dc50058ed875e55d57af22b869
https://github.com/perl6/specs/commit/bf4c011469cce5dc50058ed875e55d57af22b869
Author: Carl Masak <[email protected]>
Date: 2012-01-14 (Sat, 14 Jan 2012)
Changed paths:
M S03-operators.pod
M S12-objects.pod
Log Message:
-----------
[S03, S12] ^Dog no longer means Dog.HOW
Use the Dog.^foo form when you want to call methods on Dog's metaclass.
This makes prefix:<^> unambiguously mean 0 ..^ $something, with no
weird exception for type objects.