Checking if your kit is complete... Looks good Writing Makefile for Macro::Micro cp lib/Macro/Micro/perl56.pm blib/lib/Macro/Micro/perl56.pm cp lib/Macro/Micro.pm blib/lib/Macro/Micro.pm Manifying blib/man3/Macro::Micro::perl56.3 Manifying blib/man3/Macro::Micro.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-load...........1..1 ok 1 - use Macro::Micro; # Testing Macro::Micro 0.051 ok t/basic.............ok 1 - use Macro::Micro; ok 2 - use Macro::Micro::perl56; ok 3 - The object isa Macro::Micro ok 4 - Macro::Micro->can('register_macros') ok 5 - expansion worked as planned ok 6 - allow escaped macros ok 7 - a macro can expand to '' ok 8 - The object isa Macro::Micro::perl56 ok 9 - Macro::Micro::perl56->can('register_macros') ok 10 - expansion worked as planned ok 11 - allow escaped macros ok 12 - a macro can expand to '' 1..12 FAILED tests 1-12 Failed 12/12 tests, 0.00% okay t/cpp...............ok 1 - use Macro::Micro; ok 2 - lame cpp works 1..2 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/errors............ok 1 - use Macro::Micro; ok 2 - there is no 'HLAGH' macro ok 3 - you can't name a macro with a weird ref ok 4 - a macro value must be a string or coderef ok 5 - there is no 'HLAGH' macro even after registering some things ok 6 - a ref isn't an OK object to fast-expand ok 7 - unknown macros are left in place ok 8 - can't expand plain ol' strings ok 9 - can't expand non-scalar refs, yet 1..9 FAILED tests 1-9 Failed 9/9 tests, 0.00% okay t/formats...........ok 1 - use Macro::Micro; ok 2 - you can't undefine the macro_format ok 3 - you must set the macro_format to a regexp ok 4 - The object isa Macro::Micro ok 5 - Macro::Micro::perl56->can('register_macros') ok 6 - square brackets ignored with of new format ok 7 - expansion worked as planned 1..7 FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.06 required for testing POD coverage skipped: Test::Pod::Coverage 1.06 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD t/recurse...........ok 1 - use Macro::Micro; ok 2 - we get no stupid recursive expansion ok 3 - another goofy case of nesting and dumb brackets 1..3 FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/study.............1..10 ok 1 - use Macro::Micro; ok 2 - use Macro::Micro::perl56; ok 3 - we filled in a studied string ok 4 - no macros, same string ok 5 - XML DTD, same string ok 6 - open <, same string ok 7 - we filled in a studied string ok 8 - no macros, same string ok 9 - XML DTD, same string ok 10 - open <, same string ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/basic.t 12 12 100.00% 1-12 t/cpp.t 2 2 100.00% 1-2 t/errors.t 9 9 100.00% 1-9 t/formats.t 7 7 100.00% 1-7 t/recurse.t 3 3 100.00% 1-3 2 tests skipped. Failed 5/9 test scripts, 44.44% okay. 33/44 subtests failed, 25.00% okay. make: *** [test_dynamic] Error 29