# New Ticket Created by H. Merijn Brand
# Please include the string: [perl #128184]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128184 >
Two issues
I use this to test:
--8<---
#!perl6
use v6;
use Test;
for ^32 {
sa
# New Ticket Created by Dmitry Kopytov
# Please include the string: [perl #128177]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128177 >
Hi.
Documentation says that quoting constructs qqw<...> & «...» are
equivalentl. But t
On Wed May 18 07:56:18 2016, c...@zoffix.com wrote:
> When given a lazy list as the argument, .polymod divides until the
> original number given by the invocant reaches zero. That works when
> the lazy list is infinite, but when it isn't, we lose the final
> remainder. This affects both the Int and