The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
include "Colourable.tan"

class t.Ball {
  isa t.Colourable;

  method bounce(str howhigh) -> str;

  event bounced(str howhigh);

  smashed prop size = int;
}