<jnthn> module foo; sub foo() { say "OH HAI" }; foo; foo() <jnthn> In this one, foo() parses as a coercion. <masak> jnthn: oh! * masak adds that to the appropriate rakudobug <jnthn> Anyway, it's right it doesn't call the sub. Just an LTA error I guess...though I ain't immediately sure what to do with it...
- [perl #115608] [BUG] Cannot call a routine using 'foo' ... Carl Mäsak
- [perl #115608] [BUG] Cannot call a routine using '... Carl Mäsak via RT