Igor Lobanov wrote: >Where I can ask about reserving of namespace in Template::* >hierarchy? I have not found any discussions of such kind at >comp.lang.perl.modules. Is this mailing list the best place?
Yep. Mike Whitaker wrote: > In my opinion, this is really a question of where the non-TT version of > the module would go, which I suspect would be Lingua::RU::Translit. At > which point, the TT module should be > Template::Plugin::Lingua::RU::Translit Yep, that's the easiest and most obvious way to name a plugin module - just prepend the CPAN module name (or whatever it would be) with Template::Plugin. Having said that, "Lingua::RU::Translit" is hardly the most informative module name. Something like Template::Plugin::Translate::RU would probably be just as good, if not better. A _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
