Since the test in S32-exceptions/misc.t passes on all backends, I'm closing
this ticket.
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
# 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