[perl #128603] [LTA] Error on typoed named args: :foo:

2017-05-06 Thread Sam S. via RT
Same thing happens when the method call syntax is typoed to include both colon and and parens: ➜ say 100.base:(16) ===SORRY!=== This type (QAST::WVal) does not support positional operations

[perl #128603] [LTA] Error on typoed named args: :foo:

2016-07-11 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128603] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128603 > If you make a typo and instead of :foo write :foo:, you get the error below. It's LTA-nes