>>>>> "Andy" == Andy Wardley <[EMAIL PROTECTED]> writes:
Andy> Tomorrow has finally come! Version 2.12 is available from the web Andy> site, and is on its way to CPAN. Andy> http://template-toolkit.org/download.html Andy> Just two minor changes from 2.11b: Andy> * Added the module_version() method to Template::Base to report the Andy> version number of a module. Added some tests to t/base.t. Andy> * Added the --template_module option to ttree, to allow the user to Andy> specify a template processing module other than the default 'Template' Andy> to be used. Also changed various print statements to send all Andy> verbose output to stdout, whereas previously it was split across stdout Andy> and stderr. Still horked on the date test: MATCH FAILED input: [[% USE day = date(format => '%A', locale => 'en_GB') %]\n[% day.format('4:20:00 13-9-2000') %]\n] expect: [Tuesday] output: [Wednesday] FAILED 25: - September 13th 2000 did not match expected not ok 25 - September 13th 2000 did not match expected {sigh} Maybe it's the 420 that's throwing it off. :) :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
