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 /Users/cpanrun/build/5.10.0/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 v-string in use/require non-portable at /Users/cpanrun/build/5.10.0/site/lib/Image/Size.pm line 23, line 1. 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 FAILED 9: - template text 3 did not match expected ok 8 - template text 3 processed OK: [% text = BLOCK %]\nThe "Template... 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 Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01basic.t 9 3 5 7 9 Failed 1/1 test scripts. 3/9 subtests failed. Files=1, Tests=9, 1 wallclock secs ( 0.27 cusr + 0.07 csys = 0.34 CPU) Failed 1/1 test programs. 3/9 subtests failed. make: *** [test_dynamic] Error 255