On Thu Mar 31 17:17:24 2016, b...@post.pl wrote:
> To reproduce:
> 1. Save https://gist.github.com/bbkr/19ba6903358445410812bc09b0c0ec9c
> as Foo.pm
> 2. rm -rf .precomp/
> 3. perl6 -I. -e 'use Foo'
>
> Result - module never gets compiled, moar takes 100% CPU.
> OS X 10.10.5, Rakudo 2016.03.
>
>
# New Ticket Created by Pawel Pabian
# Please include the string: [perl #127811]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127811 >
To reproduce:
1. Save https://gist.github.com/bbkr/19ba6903358445410812bc09b0c0ec9c as Fo