[perl #125615] [LTA] error message when trying to use NYI textual macros

2016-04-26 Thread Will Coleda via RT
On Tue Jul 14 14:33:43 2015, alex.jakime...@gmail.com wrote: > Code: > macro FOO { 'say 1' }; FOO; > > Result: > ===SORRY!=== > Too few positionals passed; expected 3 arguments but got 2 > > > It should say that it is not implemented. Alternatively, you can implement > it... No real change,

[perl #125615] LTA error message when trying to use NYI textual macros

2015-07-14 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125615] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=125615 Code: macro FOO { 'say 1' }; FOO; Result: ===SORRY!=== Too few positionals