Rakudo Perl Hacking Rakudo Perl #82

Setting

Don't omit parentheses on builtin methods:

our Str multi method lc is export { ... }    # probably wrong

our Str multi method lc() is export { ... }  # better
Copyright © 2009
http://www.pmichaud.com/2009/pres/