Re: [perl #131842] [LTA] Error says wanted number of arguments is 1; passed 1

2017-08-04 Thread Elizabeth Mattijsen via RT
> On 5 Aug 2017, at 00:43, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #131842] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=131842 > > > > 20:49 ufobat

Re: [perl #131842] [LTA] Error says wanted number of arguments is 1; passed 1

2017-08-04 Thread Elizabeth Mattijsen
> On 5 Aug 2017, at 00:43, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #131842] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=131842 > > > > 20:49 ufobat

[perl #131842] [LTA] Error says wanted number of arguments is 1; passed 1

2017-08-04 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131842] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131842 > 20:49 ufobat m: sub foo (|a, :%e) { a.perl.say }; foo(1, :e( a => 1)) 20:49 camelia r