pythonizer
pythonizer copied to clipboard
perl defined generates bad code
The defined
operator generates bad code which references none
instead of None
. Also defined
of an array element or hash reference instead checks if the array or hash itself is defined.
Fixed in https://github.com/snoopyjc/pythonizer