Checking if your kit is complete...
Looks good
Writing Makefile for Text::VimColor
cp lib/Text/VimColor/light.css blib/lib/Text/VimColor/light.css
cp lib/Text/VimColor/light.xsl blib/lib/Text/VimColor/light.xsl
cp lib/Text/VimColor.pm blib/lib/Text/VimColor.pm
cp lib/Text/VimColor/mark.vim blib/lib/Text/VimColor/mark.vim
cp text-vimcolor blib/script/text-vimcolor
/home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/text-vimcolor
Manifying blib/man1/text-vimcolor.1
Manifying blib/man3/Text::VimColor.3
PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/01array.......1..13
ok 1 - new() should return Text::VimColor object
ok 2 - without a filename or string specified, marked() should die
ok 3 - without a filename or string specified, input_filename() should be undef
ok 4 - the 'string' and 'file' options should be mutually exclusive
ok 5 - syntax markup shouldn't be undef
# Failed test (t/01array.t at line 62)
# got: '1'
# expected: '4'
# element 0 has type '', not 'Identifier'
ok 6 - syntax markup should be an array ref
not ok 7 - syntax markup should have the expected number of elements
# Failed test (t/01array.t at line 43)
not ok 8 - markup works with string input to syntax_mark_string()
ok 9 - syntax markup shouldn't be undef
ok 10 - syntax markup should be an array ref
# Failed test (t/01array.t at line 62)
# got: '1'
# expected: '4'
# element 0 has type '', not 'Identifier'
not ok 11 - syntax markup should have the expected number of elements
# Failed test (t/01array.t at line 45)
not ok 12 - markup works using string input and marked()
ok 13 - when input is a string, input_filename() should be undef
# Looks like you failed 4 tests of 13.
dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 7-8, 11-12
Failed 4/13 tests, 69.23% okay
t/02file........1..1
ok 1 - check we get the right error if the file doesn't exist
ok
t/05xml.........1..12
ok 1 - check that text from XML output matches original
# Failed test (t/05xml.t at line 109)
ok 2 - there should only be one root element
not ok 3 - check that the syntax types marked come in the right order
# Structures begin differing at:
# $got->[0] = 'Comment'
# $expected->[0] = Does not exist
# Failed test (t/05xml.t at line 103)
ok 4 - check that text from XML output matches original
ok 5 - there should only be one root element
not ok 6 - check that the syntax types marked come in the right order
# Structures begin differing at:
# $got->[0] = 'Comment'
# $expected->[0] = Does not exist
# Failed test (t/05xml.t at line 109)
# Structures begin differing at:
# $got->[0] = 'Comment'
# $expected->[0] = Does not exist
ok 7 - check that text from XML output matches original
ok 8 - there should only be one root element
not ok 9 - check that the syntax types marked come in the right order
# Failed test (t/05xml.t at line 103)
# Structures begin differing at:
# $got->[0] = 'Comment'
# $expected->[0] = Does not exist
ok 10 - check that text from XML output matches original
ok 11 - there should only be one root element
not ok 12 - check that the syntax types marked come in the right order
# Looks like you failed 4 tests of 12.
dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 3, 6, 9, 12
Failed 4/12 tests, 66.67% okay
t/10cmp.........1..2
ok 1 - check that HTML output for hello.c comes out right
ok 2 - check that HTML output for hello.c comes out right using a string ref
ok
t/15let.........1..7
not ok 1 - by default shell should enable bash features
# Failed test (t/15let.t at line 37)
# got: 'echo $(date)
#
# '
# expected: 'echo $(date)
#
# '
# Failed test (t/15let.t at line 47)
# got: 'echo $(date)
#
# '
# expected: 'echo $(date)
#
# '
not ok 2 - shell should disable bash features with b:is_bash=undef
# Failed test (t/15let.t at line 57)
# got: 'echo $(date)
#
# '
# expected: 'echo $(date)
#
# '
not ok 3 - shell should enable bash features with b:is_bash=1
# Failed test (t/15let.t at line 69)
# got: 'echo $(date)
#
# '
# expected: 'echo $(date)
#
# '
not ok 4 - by default shell should enable bash features (two-step marking)
# Failed test (t/15let.t at line 79)
# got: 'echo $(date)
#
# '
# expected: 'echo $(date)
#
# '
not ok 5 - shell should disable bash features with vim_let(b:is_bash=>undef)
# Failed test (t/15let.t at line 89)
# got: 'echo $(date)
#
# '
# expected: 'echo $(date)
#
# '
not ok 6 - disable bash features with vim_let(foo=>"bar", b:is_bash=>undef)
# Failed test (t/15let.t at line 99)
# got: 'echo $(date)
#
# '
# expected: 'echo $(date)
#
# '
# Looks like you failed 7 tests of 7.
not ok 7 - shell should enable bash features with vim_let(b:is_bash=>1)
dubious
Test returned status 7 (wstat 1792, 0x700)
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
t/20override....1..4
# Failed test (t/20override.t at line 24)
# got: 'create table foo (
# id integer not null
# );
#
# '
# expected: 'create table foo (
# id integer not null
# );
#
# '
not ok 1 - syntax_mark_file options override defaults
# Failed test (t/20override.t at line 29)
# got: 'create table foo (
# id integer not null
# );
#
# '
# expected: 'create table foo (
# id integer not null
# );
#
# '
not ok 2 - syntax_mark_file goes back to defaults
# Failed test (t/20override.t at line 32)
# got: 'create table foo (
# id integer not null
# );
#
# '
# expected: 'create table foo (
# id integer not null
# );
#
# '
not ok 3 - syntax_mark_string options override defaults
# Failed test (t/20override.t at line 35)
# got: 'create table foo (
# id integer not null
# );
#
# '
# expected: 'create table foo (
# id integer not null
# );
#
# '
# Looks like you failed 4 tests of 4.
not ok 4 - syntax_mark_string is back to defaults
dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
t/99pod.........1..2
# Running under perl version 5.008002 for hpux
# Current time local: Thu Jun 28 00:40:59 2007
# Current time GMT: Thu Jun 28 07:40:59 2007
# Using Test.pm version 1.24
ok 1
ok 2
ok
Failed 4/7 test scripts, 42.86% okay. 19/41 subtests failed, 53.66% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
---------------------------------------------------------------------------------------------------------------------------
t/01array.t 4 1024 13 4 30.77% 7-8 11-12
t/05xml.t 4 1024 12 4 33.33% 3 6 9 12
t/15let.t 7 1792 7 7 100.00% 1-7
t/20override.t 4 1024 4 4 100.00% 1-4
make: *** [test_dynamic] Error 25