There are other ways to format the declaration, like indenting the traits line:
Yes, I like: sub greeting( Str $person ) returns Str is export { "Hello, $person" }
With the sub-line as some kind of intro and the block as the terminator. A longer signature would be aligned after the opening paren---and along the zone markers.
Regards, -- TSa (Thomas Sandlaß)