# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #127671]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127671 >
One-liner to reproduce the bug (preferably run it in an empty directory):
perl -E 'mkd
On Mageia 5, that creates a subdirectory and generates the error.
On 3/7/16, Alex Jakimenko wrote:
> # New Ticket Created by Alex Jakimenko
> # Please include the string: [perl #127671]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #127672]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127672 >
Code:
say gather ‘abc’ ~~ m:g/ . {take ‘X’} /
Result:
(X)
I expected to get three X-s