pythonizer
pythonizer copied to clipboard
Need to flatten qw inside anonymous arrays
Need to flatten qw inside anonymous arrays. For example:
our %EXPORT_TAGS = (
Det => [qw( det )],
Normal => [qw( det identityMatrix matrixAdd matrixScalarMultiply matrixMultiplication )],
);
The value at key Det needs to be ['det'], not [['det']].
Fixed in my v0.959 https://github.com/snoopyjc/pythonizer/