Commit graph

4 commits

Author SHA1 Message Date
wiz
f75fdde13f Update to 0.18:
0.18
	- added accessor: Text::MicroTemplate::File->include_path

0.17
	- detects absolute paths using File::Spec->file_name_is_absolute (win32 compatibility fix)

0.16
	- treat filenames starting with "/" as absolute paths
	- support lines like "? =pod"
	- fix documentation issues

0.15
	- [bugfix] fix degradation in the optimazition introduced in 0.14 that caused compound lines within template to be miscompiled
2010-09-12 12:39:33 +00:00
seb
428545b5bb Update p5-Text-MicroTemplate from version 0.13 to version 0.14.
Upstream changes:
0.14
	- optimization (concatenate multi-line string constants at compile time)
2010-08-04 22:37:14 +00:00
seb
c39c5d4f9d Update p5-Text-MicroTemplate from version 0.11 to version 0.13.
Upstream changes:
0.13
	- suppress syntax error when last expression within an entire template includes a comment (by typester)

0.12
	- the last token in a template line was dropped if it was "false" when evaluated in boolean context
	- suppress warning on render_mt("") (by typester)
2010-07-19 04:55:44 +00:00
seb
ab6d320bce Initial import of p5-Text-MicroTemplate version 0.11 in the NetBSD
Packages Collection.

The Perl 5 module Text::MicroTemplate is a standalone, fast,
intelligent, extensible template engine.
2010-04-24 11:05:45 +00:00