pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

=cut line is not recognized

Open snoopyjc opened this issue 3 years ago • 1 comments

If the perl source contains a POD, the =cut line is never recognized so the scanner falls off the end of the file. In addition, the generated code once this is fixed starts and ends the string literal with '''' instead of ''' generating bad python code.

snoopyjc avatar Nov 30 '21 02:11 snoopyjc

Fixed in https://github.com/snoopyjc/pythonizer

snoopyjc avatar Feb 07 '22 16:02 snoopyjc