On Sun, Dec 1, 2013 at 12:00 AM, Andreas Koenig < andreas.koenig.7os6VVqR@franz.ak.mind.de> wrote: > Brian Fraser <fraserbn@gmail.com> writes: > > > Swell, thanks. DBIx::Class::DeploymentHandler has been patched to work > on > > > 5.19.4, so this ticket can be closed, but I'll keep this in mind for the > next > > one. > > Slaven discovered another package affected: > TSIBLEY/Jifty-DBI-0.76.tar.gz > > Nowadays failing due to a syntax error as in sample fail report > > http://www.cpantesters.org/cpan/report/b3c6505c-58e6-11e3-974f-bb3f9e5baa37 > > Bisect nailed the failure to the same commit. > (pardons, ended up replying directly to Andreas and didn't include the list) Thanks! Same issue as before. Jifty::DBI::Collection is using @{\neval {}}, and expecting it to be parsed @{(eval {})}, rather than @eval{}. I filed a bug report last night ( https://rt.cpan.org/Public/Bug/Display.html?id=91088 ) and it has already been resolved. Hooray :DThread Previous | Thread Next