Camelcade/Devel-Camelcadedb

Anon hash in watch treated as code block

hurricup opened this issue · 0 comments

{map {$_->{key} => 1} @{$ar}}

not working, but

+{map {$_->{key} => 1} @{$ar}}

does