[perl #77380] error message for negative range quantifier endpoint not precise enough

2014-12-19 Thread Christian Bartolomaeus via RT
Since the test in S32-exceptions/misc.t passes on all backends, I'm closing this ticket.

[perl #77380] error message for negative range quantifier endpoint not precise enough

2013-05-10 Thread Will Coleda via RT
On Mon Aug 23 09:32:08 2010, pawel.pab...@implix.com wrote: > 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 in

[perl #77380] error message for negative range quantifier endpoint not precise enough

2010-08-23 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77380] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77380 > This code: "" ~~ /m ** 1..-1 / Gives following message: "Only integers or '*' allowed a