Closed snoopyjc closed 1 year ago
Implemented a special case of a BEGIN block first in the perl input code that doesn't reference any package variables. This is because we allow it to run before init_package is called.
Also fixed pythonizer_importer to not split the error message into multiple lines, and also change double quotes in it to single quotes, since it's returned in a double-quoted string.
Fixed in 1.029
If a BEGIN block is defined before a use statement, the use statement is still run first. For example:
generates: