In article <[EMAIL PROTECTED]>, John Clyman 
<[EMAIL PROTECTED]> wrote:

> The module's purpose is to let developers centralize text strings (which 
> may contain placeholders to be filled in at run time) in one location 
> instead of keeping them in string literals scattered throughout the code. 
> So instead of the typical:

is that really the purpose though?  it looks like the idea is to
provide an interface to messages.  the "text" portion is only
incidental. 

if you want to use template strings, you might as well use
Text::Template or some such.  the only thing that is left is to 
organize the templates---that part has nothing to do with text
though.

-- 
brian d foy (one of many PAUSE admins), http://pause.perl.org
please send all messages back to [EMAIL PROTECTED]

Reply via email to