Files
2022-09-15 18:51:57 +00:00

8 lines
370 B
Plaintext

Text::Repository attempts to simplify storing shared text between
multple Perl modules, scripts, templating systems, etc. It does this by
allowing chunks of text to be stored with symbolic names.
Text::Repository was originally designed to store SQL queries, but can
of course be used with any kind of text that needs to be shared.
Seamus Venasse <svenasse@polaris.ca>