At 8:43 AM +0000 1/30/09, Paul LeoNerd Evans wrote:
I find myself requiring an object to store a text string, with ways to
throw markup or presentation attributes around it, but in such a way
that they're easy to edit and change separately from the string data.
I.e. the usual embedded HTML / ANSI escapes / etc... are not really
suitable.
With this in mind, I have come up with String::Tagged.
I'd appreciate any thoughts or comments people might have on the API and
design before I upload it.
Without having looked at implementation, this sounds like it could
benefit from my out-of-band data module OOB:
http://search.cpan.org/perldoc?OOB
Liz