[perl #127671] 「dir」 dies if weird unicode sequences are encountered (dir;)

2016-03-07 Thread via RT
# 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

Re: [perl #127671] 「dir」 dies if weird unicode sequences are encountered (dir;)

2016-03-07 Thread Parrot Raiser
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

[perl #127672] 「take」 inside global and exhaustive matching is broken (m:g/. {take 1}/)

2016-03-07 Thread via RT
# 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