freebsd-ports/textproc/p5-Text-Repository/pkg-descr
Stefan Eßer ade2a047e0 Remove WWW lines that have been moved into Makefiles
Approved by:	portmgr (implicit)
2022-09-08 17:46:38 +02:00

7 lines
370 B
Text

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>