Patrick R. Michaud wrote:
Optional string parameter to C<:namespace> : Anytime there's a namespace or class parameter, I think we have to consider the possibility of a keyed argument, since the general case is that namespaces are given by keys, not strings.
Ah, you're reading :namespace as supplying a full namespace, not just the string name of the sub to use in the namespace. Hmmm... well, others are likely to read it the same way (as some sort of inline export functionality). So maybe :namespace isn't the best name for the feature.
Allison