freebsd-ports/textproc/p5-Text-FillIn/pkg-descr
Dmitry Marakasov 1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00

11 lines
395 B
Text

This is the Text::FillIn.pm module. It is a class for implementing
fill-in text templates. It is designed to be flexible and
sub-classible.
You can specify the delimiters that mark sections of text to be filled
in (for example [[ and ]], or <!-- and -->, or { and } ... you get the
picture), and you can specify the actions to take when filling in those
sections.
-Anton
<tobez@FreeBSD.org>