module ContainsUnicode { sub uc-and-join(*@things, :$separator = ', ') is export { @thingsĀ».uc.join($separator) } } # vim: ft=perl6