aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-Tagged
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.16Sunpoet Po-Chuan Hsieh2019-04-142-6/+7
| | | | | | | Changes: https://metacpan.org/changes/distribution/String-Tagged Notes: svn path=/head/; revision=498921
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Add p5-String-Tagged 0.15Sunpoet Po-Chuan Hsieh2017-10-104-0/+47
String::Tagged implements an object class, instances of which store a (mutable) string buffer that supports tags. A tag is a name/value pair that applies to some non-empty extent of the underlying string. The types of tag names ought to be strings, or at least values that are well-behaved as strings, as the names will often be used as the keys in hashes or applied to the eq operator. The types of tag values are not restricted - any scalar will do. This could be a simple integer or string, ARRAY or HASH reference, or even a CODE reference containing an event handler of some kind. Tags may be arbitrarily overlapped. Any given offset within the string has in effect, a set of uniquely named tags. Tags of different names are independent. For tags of the same name, only the latest, shortest tag takes effect. WWW: http://search.cpan.org/dist/String-Tagged/ Notes: svn path=/head/; revision=451664