# New Ticket Created by  Alex Jakimenko 
# Please include the string:  [perl #127992]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127992 >


Code:
say zip (1,2,3), (False,False), :with(&[==])

Result:
(False False)


Code:
say roundrobin (1,2,3), (False,False), :with(&[==])

Result:
Unexpected named parameter 'with' passed
  in block <unit> at -e line 1


I am expecting roundrobin to behave similarly to zip.

Reply via email to