After I ignore the tests, and make install, I ran t/date.t by hand. This was on 5.6.1 
and 5.8 on Win32. I happily ignored the failures, but, thought you'd like to know.

Kenny

Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\autoform.t               25    1   4.00%  21
t\date.t                   33    1   3.03%  25
14 tests skipped.
Failed 2/90 test scripts, 97.78% okay. 2/2471 subtests failed, 99.92% okay.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff'
Stop.


Argument "" isn't numeric in localtime at t/date.t line 66, <DATA> line 1.
MATCH FAILED
 input: [[% USE day = date(format => '%A', locale => 'en_GB') %]\n[% day.format(
'4:20:00 9-13-2000') %]\n]
expect: [Wednesday]
output: [Tuesday]
FAILED 25:  - template text 11 did not match expected
not ok 25 - template text 11 did not match expected

At 05:24 PM 7/24/2003 +0100, Andy Wardley wrote:

>Version 2.10 of the Template Toolkit is now available.  It is working 
>its way around CPAN.  In the mean time, it is available from the usual
>place:
>
>  http://tt2.org/download/Template-Toolkit-2.10.tar.gz
>
>Changes below.
>
>Enjoy!
>A
>
>#------------------------------------------------------------------------
># Version 2.10 - 24th July 2003
>#------------------------------------------------------------------------
>
>* Merged in Darren's branch to add the define_vmethod() methods to
>  Template::Context and Template::Stash.
>
>* Applied patch from Axel Gerstmair for minor fixes to Makefile.PL,
>  t/gd.t and t/date.t.
>  http://template-toolkit.org/pipermail/templates/2003-April/004545.html
>
>* Added undefined() method to the Stash which get() calls if a variable
>  value is undefined.  Currently just returns '' to implement existing
>  behaviour, but it provides a method hook for subclasses to redefine.
>
>* Fixed a minor bug which prevented the Stash from being subclassable
>  by removing references to __PACKAGE__
>
>_______________________________________________
>templates mailing list
>[EMAIL PROTECTED]
>http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to