I received an error on t/compile5.t when making the 2.05 version on
Windows NT. I don't think it's a showstopper. Note that it didn't
occur when running nmake test on version 2.02 distro.
d:/ftp/Perl-module/Template-Toolkit-2.05]% nmake test
...
t\compile5..........Cannot chdir to d/ftp/Perl-module/Template-Toolkit-2.05/t/test:No such file or directory at t\compile5.t line 73
t\compile5..........dubious
Test returned status 255 (wstat 65280, 0xff00)
after all the subtests completed successfully
t\config............ok
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t\compile5.t 255 65280 3 0 0.00% ??
5 tests skipped.
Failed 1/81 test scripts, 98.77% okay. 0/2059 subtests failed, 100.00% okay.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0xff'
Stop.
I'd say the chdir needs to prepend 't/test/tmp/cache/' to the cache
path in order to find the following compiled/cached files.
d:/Ftp/Perl-module/Template-Toolkit-2.05/t/test/tmp/cache/d/ftp/Perl-module/Template-Toolkit-2.05/t/test/src:
total 5
drwxrwxrwx 0 Sep 26 14:19 .
drwxrwxrwx 0 Sep 26 14:19 ..
drwxrwxrwx 0 Sep 26 14:19 bar
-rw-rw-rw- 790 Sep 26 14:19 blam.ttc
-rw-rw-rw- 2704 Sep 11 15:11 complex.ttc
-rw-rw-rw- 781 Sep 26 14:19 foo.ttc
d:/Ftp/Perl-module/Template-Toolkit-2.05/t/test/tmp/cache/d/ftp/Perl-module/Template-Toolkit-2.05/t/test/src/bar:
total 1
drwxrwxrwx 0 Sep 26 14:19 .
drwxrwxrwx 0 Sep 26 14:19 ..
-rw-rw-rw- 829 Aug 10 2000 baz.ttc
