# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125816] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125816 >
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