Revision history for Template-Simple
0.06 Tue May 8 01:53:46 EDT 2012
Added support for markup tokens to use a user supplied regex
Thanks to Ricky Morse
0.05 Sun Apr 24 00:27:10 EDT 2011
- Updated Changes file
- Added handling of undef templates
- Added new benchmark in extras/bench_all.pl
0.05 Fri Jun 24 14:22:58 EDT 2011
Wrote new benchmark script in extras/
Added to distro modified Template::Teeny for benchmark
0.04 Sun Apr 24 00:27:10 EDT 2011
- Fixed bugs in tests (introduced in 0.03)
0.03 Sun Apr 3 04:11:04 EDT 2011
- Added support for compiled templates
- Added support to test regular and compiled templates
- Improved shared test driver t/common.pm
- include_paths constructor option now called template_paths
include_paths is still supported but deprecated
- Major edits and cleanup of pod
- Created extras/cookbook.pl with runnable T::S examples and pod
- Added extras/bench_all.pl which benchmarks several templaters
0.02 Tue Oct 17 02:08:28 EDT 2006
- Fixed bug with nested hashes being rendered. Added nested.t to
the tests.
Thanks to Nigel Hamilton <nigel@turbo10.com>
0.01 Sun Aug 27 00:07:13 EDT 2006
First release