* Aaron Priven <aaron@priven.com> [2013-08-15T14:35:24] > The part I don't get is why it's necessary to specify the type of > dereferencing. package Foo { use overload '@{}' => ..., '%{}' => ..., '${}' => ...; } -- rjbs