____________________________________________________________________________
[ 7842] By: autrijus on 2003/09/02 17:01:38
Log: * This be 0.24.
* now Template::Generate is released, modify relevant PODs.
* unify nomenclature: ($data, $template, $document).
! lib/Template/Extract.pm t/1-basic.t
____________________________________________________________________________
[ 7840] By: autrijus on 2003/09/02 14:17:39
Log: * some more style cleanup.
! lib/Template/Extract.pm
____________________________________________________________________________
[ 7838] By: autrijus on 2003/09/02 14:09:43
Log: * This be 0.23.
* no API changes, but seriously tidied up the internals.
! lib/Template/Extract.pm
____________________________________________________________________________
[ 7822] By: autrijus on 2003/09/01 12:53:35
Log: * This be 0.22.
* properly handles backtracking, so two [% var %]s are
guaranteed
to match the same sequence.
* much more robust post-matching handlers, so the same
variable
matched at the same location (but are of different length)
will not create a new item in the enclosing FOREACH array.
! lib/Template/Extract.pm t/1-basic.t
____________________________________________________________________________
[ 7820] By: autrijus on 2003/09/01 10:11:13
Log: * This be 0.21.
* oops, left debug statements and "use YAML" in.
! lib/Template/Extract.pm t/1-basic.t
____________________________________________________________________________
[ 7815] By: autrijus on 2003/08/31 19:28:28
Log: * This be 0.20.
* [% nested.variable.name %] now works.
* nested [% FOREACH %] blocks now work.
* much more robust and readable DEBUG output.
* commented the code somewhat so it's at least grokkable.
! lib/Template/Extract.pm t/1-basic.t
____________________________________________________________________________
[ 7814] By: autrijus on 2003/08/31 18:27:51
Log: * checkpoint.
! lib/Template/Extract.pm
____________________________________________________________________________
[ 7800] By: autrijus on 2003/08/30 22:43:11
Log: * allow [%...%], [% ... %], or any other combination of
\s characters (or lack thereof).
! lib/Template/Extract.pm
____________________________________________________________________________
[ 7798] By: autrijus on 2003/08/30 21:33:11
Log: * This be 0.11.
* fix typo, documentation, tabs, spelling, tests, etc...
! lib/Template/Extract.pm t/1-basic.t
____________________________________________________________________________
[ 7795] By: autrijus on 2003/08/30 17:02:31
Log: * This be 0.10, initial release.
* add manifest.
+ MANIFEST
____________________________________________________________________________
[ 7794] By: autrijus on 2003/08/30 17:01:35
Log: * refactored, cleaned up template extractor.
+ Makefile.PL README lib/Template/Extract.pm
+ t/0-signature.t t/1-basic.t