Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t\01basic.t t\01basic....1..9 ok 1 - running test_expect() ok 2 - template processor is engaged ok 3 - input read and split into 3 tests ok 4 - template text 1 processed OK: [% USE Textile -%]\n[% FILTER tex... MATCH FAILED input: [[% USE Textile -%]\n[% FILTER textile %]this is _like_ *so* *cool*[% END %]\n] expect: [

this is like so* *cool

] FAILED 5: - template text 1 did not match expected output: [

this is like so cool

] not ok 5 - template text 1 did not match expected ok 6 - template text 2 processed OK: [% FILTER textile -%]\nReasons to... FAILED 7: - template text 2 did not match expected MATCH FAILED input: [[% FILTER textile -%]\nReasons to use the Template Toolkit:\n\n* Seperation of concerns.\n* It's written in Perl.\n* Badgers are Still Cool.\n[%- END %]\n] expect: [

Reasons to use the Template Toolkit:

\n\n] output: [

Reasons to use the Template Toolkit:

\n\n] not ok 7 - template text 2 did not match expected ok 8 - template text 3 processed OK: [% text = BLOCK %]\nThe "Template... FAILED 9: - template text 3 did not match expected MATCH FAILED input: [[% text = BLOCK %]\nThe "Template Toolkit":http://www.tt2.org was written by Andy Wardly.\n!http://www.perl.com/supersnail/os2002/images/small/os6_d5_5268_w2_sm.jpg!\nThis image (c) Julian Cash 2002\n[% END -%]\n\n[%- text | textile %]\n] expect: [

The Template Toolkit was written by Andy Wardly.
\n
\nThis image © Julian Cash 2002

] output: [

The Template Toolkit was written by Andy Wardly.
\n\nThis image © Julian Cash 2002

] not ok 9 - template text 3 did not match expected FAILED tests 5, 7, 9 Failed 3/9 tests, 66.67% okay Failed 1/1 test scripts, 0.00% okay. 3/9 subtests failed, 66.67% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\01basic.t 9 3 33.33% 5 7 9 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0xff' Stop.