The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Template::Nest.

0.01  Fri Mar  9 00:31:38 2018
	- original version; created by h2xs 1.23 with options
		-AX Template::Nest

0.02  Sat Mar 10 15:00:06 2018
	- add missing test data

0.03  Mon Mar 26 11:10:16 2018
    - Correct bug when reporting a missing template param

0.04  Sun Jul  8 11:05:21 2018
	- non specified parameters now render as empty strings  

0.05  Sat May 18 17:00:12 2019	
	- added
		- preloading of defaults
		- maintain indent in nested templates
		- inspect template params
		- choose escape character
		- die_on_bad_params
	
0.06  Sat May 18 17:38:20 2019
	- correct distribution errors

0,07  Mon Dec 02 19:55:10 2019
	- Remove lingering occurrence of hardcoded escape char
	  references causing errors when defaults specified
	  and escape char is not a backslash