Commit graph

2 commits

Author SHA1 Message Date
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
wiz
81d00f2c84 This module generates TT2 templates. It can take data
structures and rendered documents together, and deduce
templates that could have performed the transformation.

It is a companion to Template and Template::Extract; their
relationship is shown below:

Template:           ($template + $data) ==> $document   # normal
Template::Extract:  ($document + $template) ==> $data   # tricky
Template::Generate: ($data + $document) ==> $template   # very tricky

This module is considered experimental.
2003-10-03 14:26:40 +00:00