Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/text-tags
https://github.com/bestpractical/text-tags
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/text-tags
- Owner: bestpractical
- Created: 2009-04-12T05:49:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-04-12T05:49:24.000Z (over 15 years ago)
- Last Synced: 2023-04-13T18:31:30.275Z (over 1 year ago)
- Homepage: http://search.cpan.org/dist/Text-Tags
- Size: 85.9 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Text-Tags version 0.0.1
Text::Tags is a folksonomy parser. It takes a string of space-separated "tags"
and splits them. You can include spaces in tags by putting them in "double quotes"
or 'single quotes'. There is no backslash-escaping. All whitespace is compressed to a single
space.A major feature is that there are no "error cases" -- *every* possible string parses
successfully. (However, there are a few types of strings that can't appear in a tag,
generally involving tags that contain both single and double quotes.)INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installDEPENDENCIES
None.
AUTHOR
David Glasser
COPYRIGHT AND LICENCE
Copyright (C) 2005, Best Practical Solutions LLC.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.