Scott McWhirter wrote: > > Oh yes, > > i forgot to mention that i'm hoping to do the following modules: > Match::All > Match::More_Than > > That is why i was wanting to create the new namespace Regexp::Match and then > have those modules under it. >
The Regexp::Match namespace and planned contributions are a good idea. I'll use them :-) Match::More_Than sounds a little bit strange. Most module names are without underscores. So the canonical name would be Match::MoreThan. But myself would prefer Match::Some oder Match::One. Please don't forget the last import module: Match::Nothing or Match::None. Greetings, Andrea