[perl #127869] [BUG] if my $match is True and False

2018-03-10 Thread Jan-Olof Hendig via RT
On Sun, 18 Dec 2016 15:36:31 -0800, c...@zoffix.com wrote: > On Sun, 10 Apr 2016 07:56:38 -0700, mar...@senfdax.de wrote: > > Hi there, > > > > following code dies in this line: > > > > if my $match = $r.match($meth, $uri) { die "What?!" unless $match } > > > > this happens on both moar-2015.12 and

[perl #127869] [BUG] if my $match is True and False

2016-12-18 Thread Zoffix Znet via RT
On Sun, 10 Apr 2016 07:56:38 -0700, mar...@senfdax.de wrote: > Hi there, > > following code dies in this line: > > if my $match = $r.match($meth, $uri) { die "What?!" unless $match } > > this happens on both moar-2015.12 and moar-2016.03 > > > > > > class Abc { > has Str $.method; >

[perl #127869] [BUG] if my $match is True and False

2016-04-10 Thread via RT
# New Ticket Created by Martin Barth # Please include the string: [perl #127869] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127869 > Hi there, following code dies in this line: if my $match = $r.match($meth, $uri) { die