[perl #130886] multi subs with inconsistent where clauses don't work correctly

2017-03-04 Thread Zoffix Znet via RT
On Tue, 28 Feb 2017 05:54:51 -0800, timo wrote: > I'd say this is NOTABUG via the DIHWIDT category. If your where clause > has side-effects, you're bound to get in trouble. > > If you're fine with relying on internals, you can just put True into the > one-out-of-ten three times at the end and the

Re: [perl #130886] multi subs with inconsistent where clauses don't work correctly

2017-02-28 Thread Timo Paulssen
I'd say this is NOTABUG via the DIHWIDT category. If your where clause has side-effects, you're bound to get in trouble. If you're fine with relying on internals, you can just put True into the one-out-of-ten three times at the end and the program will run through to 100. test 90 90

[perl #130886] multi subs with inconsistent where clauses don't work correctly

2017-02-27 Thread via RT
# New Ticket Created by Brad Gilbert # Please include the string: [perl #130886] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130886 > This prints the numbers 1 to 9 then fails with a constraint error my