Camelcade / Devel-Camelcadedb

Perl module for debugging with Perl5 plugin for IntelliJ
Other
23 stars 9 forks source link

Anon hash in watch treated as code block #25

Open hurricup opened 8 years ago

hurricup commented 8 years ago
{map {$_->{key} => 1} @{$ar}}

not working, but

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

does