# New Ticket Created by Paweł Pabian # Please include the string: [perl #77380] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77380 >
This code: "" ~~ /m ** 1..-1 / Gives following message: "Only integers or '*' allowed as range quantifier endpoint" I think that error message should say "positive integers" or "unsigned integers" because -1 IS also an integer. I don't know what STD says about it, because eval on IRC seems to be currently down
