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