pythonizer
pythonizer copied to clipboard
Pythonizer can't handle whitespace after q, qq, qw, etc
Pythonizer can't handle whitespace after q, qq, qw, etc, for example:
use Fcntl qw (:flock);
it sets the delimiter to ' '
and keep looking until it finds another space to close the string.
Fixed in https://github.com/snoopyjc/pythonizer