pythonizer
pythonizer copied to clipboard
Enh: Implement use constant
Enhancement: Implement use constant. See https://perldoc.perl.org/constant
Assign them to python variables like you would do with capital variable names in python anyway. Be careful to treat bare word references which are defined as constants as such and not strings.
Fixed in https://github.com/snoopyjc/pythonizer