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 0.08 Wed Dec 04 23:40:02 2019 - Correct missing 'g' from substitution line when replacing defaults 0.09 Sun Nov 29 20:51:02 2020 - Correct incorrect token resolution when using square bracket tokens 0.10 Fri Jan 01 14:26:08 2021 - Another square bracket token bug fix when using fixed_indent = 1 0.11 Tue May 04 20:29:16 2021 - Code tidy 0.12 Thu Jul 24 11:40:16 2025 - Added new option token_placeholder 0.13 Tue Oct 14 21:00:00 2025 - Added new option file_encoding