FWIW bisectable gives the same result as in
https://rt.perl.org/Ticket/Display.html?id=125820

On 2017-10-01 23:32:03, alex.jakime...@gmail.com wrote:
> Now it complains about unboxing a large int.
>
> On 2015-08-14 21:07:37, alex.jakime...@gmail.com wrote:
> > First part is OK, but once we start increasing the number it falls
> > apart.
> >
> > say "x".indent(999999999999999999999999999999999);
> > repeat count > 1073741824 arbitrarily unsupported...
> > in block <unit> at ./test.pl:2
> >
> > say "x".indent(9999999999999999999999999999999999999999999999999);
> > repeat count (-537617205517352961) cannot be negative
> > in block <unit> at ./test.pl:3
> >
> > say
> >
>
"x".indent(9999999999999999999999999999999999999999999999999999999999999999999999999);
> > repeat count (-1) cannot be negative
> > in block <unit> at ./test.pl:4

Reply via email to