Skip to content

Need to flatten qw inside anonymous arrays #127

@snoopyjc

Description

@snoopyjc

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']].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions