pythonizer
pythonizer copied to clipboard
Multiline assignments of constant hashrefs generate bad code
Multiline assignments of constant hashrefs generate bad code. For example:
$i = {
key1 => "val1",
key2 => "val2",
};
Ditto for
map {
...
}
and
grep {
...
}
Fixed in https://github.com/snoopyjc/pythonizer