# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130438] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130438 >
Code: say permutations(50).elems Result (2015.12,2016.08): 30414093201713378043612608166064768844377641568960512000000000000 Result (2016.09,2016.10,2016.11): 1 Result (2016.12,HEAD): Cowardly refusing to permutate more than 20 elements, tried 50 in block <unit> at /tmp/dF_8CAjznv line 1 Why refuse when it is doable? Bisectable says that the first change appeared in https://github.com/rakudo/rakudo/commit/8a66833d9b8d05b89ea5c0069370a67ec7374b8c (which is when the error message was introduced, as far as I can see) but it started erroring out after https://github.com/rakudo/rakudo/commit/ab3a59c393e620654b788d89eed818b13b7e92a1
