# New Ticket Created by Eduardo Marques # Please include the string: [perl #68220] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68220 >
This was detected using a build of Rakudo checked out late on July 30. When the actual angled quotes characters are used for the hyperoperator, the "Non-dwimmy hyperoperator..." exception is thrown when the hyperoperator is pointing at the operand, not the operand, and angled quotes pointing at the operator work dwimmily on lists of different sizes. The other notation, using doubled greater-than or lesser-than signs is dwimmy when pointed at the operand and causes the exception to be thrown when it's pointing at the operator. Code reproducing the behaviour attached.
hypers.pl
Description: Perl program