Hot on the heels of the stable 2.05 release comes a new developer release, 2.05a.
http://www.template-toolkit.org/download.html Enjoy. A #------------------------------------------------------------------------ # Version 2.05a - 12 Sep 2001 ## DEVELOPER RELEASE ## #------------------------------------------------------------------------ * Applied a patch from Chris Nandor to use 'MSWin32' as a specific O/S detection rather than /win/i which gives a false positive for 'Darwin'. Needless to say, that's something of an insult to Darwin :-). Also fixes Template::Provider to use File::Spec::file_name_is_absolute() to test for absolute paths instead of the previous kludge. * Updated Template::Manual::Internals to include information about how to prepare patches and other useful information for potential TT hackers. * Added some code to the XS Stash to handle trivial access to tied hashes. Regular set/get/default should work as expected, but at present intermediate hashes are not auto-vivified on assignment, e.g. [% these.dont.get.created.in.XS.but.do.in.the.perl.stash = 10 %]
