aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-FillIn/pkg-descr
blob: de895a355ca494f9eb9d0ac8325629e7bf0ec91f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>