in reply to Re^7: Namespace/advice for new CPAN modules for Thai & Lao ( Regexp::CharClasses::Thai / Lingua::Thai::RegexpCharClasses )
in thread Namespace/advice for new CPAN modules for Thai & Lao
Thank you for the clarification. I guess I misunderstood the intent of that. As is obvious, I've never submitted a module before, so I appreciate your patience with me.
My suggestion was that you call yours Regexp::CharProps::Thai not Regexp::CharProps.
Ok, I fixed that.
Also to distribute a helper parent module Regexp::CharProps with it, so that others can add Regexp::CharProps::AnonyRands or whatever ... a new well named place for these definitions to live
I have no idea how to do this.
So are you're going to have more Thai Regexp's that aren't CharSlasses?
I think you got that backwards, it should be Regexp::CharClasses::Thai :)
Looking at that module now, perhaps it could all just go into Regexp::CharClasses, but I'm not the developer for that, and when I looked at its code, it's done in a somewhat different style which is confusing to me. I don't see any logical difference between Regexp::CharClasses::Thai and Regexp::Thai::CharClasses, except that, to my understanding, the former would be inhibited by the fact another developer has already used the Regexp::CharClasses namespace. Am I missing something here?
Blessings,
~Polyglot~
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^9: Namespace/advice for new CPAN modules for Thai & Lao ( Regexp::CharClasses::Thai / Lingua::Thai::RegexpCharClasses )
by Anonymous Monk on Mar 24, 2015 at 10:31 UTC | |
by Polyglot (Chaplain) on Mar 24, 2015 at 13:22 UTC | |
by Anonymous Monk on Mar 25, 2015 at 00:25 UTC |