On Mon Sep 10 08:29:17 2012, davem wrote: > On Sun, Sep 09, 2012 at 07:31:26PM -0700, Andreas J. Koenig via RT > wrote: > > ---------- > > commit 6502e08109cd003b2cdf39bc94ef35e52203240b > > Author: David Mitchell <davem@iabyn.com> > > Date: Thu Jul 26 16:04:09 2012 +0100 > > > > Don't copy all of the match string buffer > > [snip] > > Can't call method "parent" on an undefined value at t/031- > structured-match.t line 26. > > t/031-structured-match.t ....... > > Dubious, test returned 255 (wstat 65280, 0xff00) > > This is due to this line in Path/Dispatcher/Rule/Regex.pm: > > $extra{leftover} = eval q{$'}; > > which expects to be able to execute a regex where $' hasn't been seen > yet, > then afterwards to be able to retrieve its value. This used to happen > to > work, but can't be relied upon (and no longer works). It does work as of 1a904fc8. -- Father Chrysostomos --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=114820Thread Previous