Checking if your kit is complete... Looks good Warning: Guessing NAME [Template-Plugin-Textile] from current directory name. Writing Makefile for Template-Plugin-Textile cp lib/Template/Plugin/Textile.pm blib/lib/Template/Plugin/Textile.pm Manifying blib/man3/Template::Plugin::Textile.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.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 FAILED 5: - template text 1 did not match expected 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

] 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... MATCH FAILED FAILED 9: - template text 3 did not match expected 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 make: *** [test_dynamic] Error 25