Commit graph

8 commits

Author SHA1 Message Date
wen
946850d4c7 Update to 0.24
Upstream changes:
0.24
	- lazy loading of Carp (by Kirill Babikhin) #15
2016-01-15 12:03:45 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
mef
5379892226 Update 0.20 to 0.23
-------------------
0.23
  - fix test error on Windows due to the use of
    unescaped paths in regex patterns (by nanis) #11 #13
0.22
  - fix regression in 0.21 (use of here-doc within `<?= ?>` causes syntax error) #12
  - add support for `prepend` property for prepending code (by LoonyPandora) #3

0.21
 - fix the strange rule for multi-line expression #10
2015-05-06 03:09:41 +00:00
wen
d4bd3a3c06 Update to 0.20
Upstream changes:
0.20
	- [bugfix] '?# comment' was not working (by bokutin)

0.19
	- fix unexpected behavior (though is not a bug, see https://github.com/kazuho/p5-text-microtemplate/pull/6)
2013-08-26 00:28:12 +00:00
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