diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-11-09 14:17:08 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-11-09 14:17:08 +0000 |
commit | 7cc78f06e8acee57f80a516f27870470c5bcbef6 (patch) | |
tree | 41ecad6a79c36245f660357179135f3f45fd5552 /textproc/p5-Template-Extract/pkg-descr | |
parent | ef13b0fad92ec0979b92b1d6adecc84d8d23bfd7 (diff) | |
download | ports-7cc78f06e8acee57f80a516f27870470c5bcbef6.tar.gz ports-7cc78f06e8acee57f80a516f27870470c5bcbef6.zip |
Notes
Diffstat (limited to 'textproc/p5-Template-Extract/pkg-descr')
-rw-r--r-- | textproc/p5-Template-Extract/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-Template-Extract/pkg-descr b/textproc/p5-Template-Extract/pkg-descr new file mode 100644 index 000000000000..b4c692c02fe4 --- /dev/null +++ b/textproc/p5-Template-Extract/pkg-descr @@ -0,0 +1,6 @@ +This module adds template extraction functionality to the Template toolkit. +It can take a rendered document and its template together, and get the +original data structure back, effectively reversing the Template::process +function. + +WWW: http://search.cpan.org/dist/Template-Extract/ |