Checking if your kit is complete... Looks good Writing Makefile for Text::WikiText cp lib/Text/WikiText/InputFilter.pm blib/lib/Text/WikiText/InputFilter.pm cp lib/Text/WikiText/Output/HTML.pm blib/lib/Text/WikiText/Output/HTML.pm cp lib/Text/WikiText/Output.pm blib/lib/Text/WikiText/Output.pm cp lib/Text/WikiText.pm blib/lib/Text/WikiText.pm cp lib/Text/WikiText/Output/Latex.pm blib/lib/Text/WikiText/Output/Latex.pm cp lib/Text/WikiText/Output/Pod.pm blib/lib/Text/WikiText/Output/Pod.pm cp bin/wikitext-convert blib/script/wikitext-convert /home/cpanrun/build/5.6.1/bin/perl -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/wikitext-convert Manifying blib/man3/Text::WikiText::InputFilter.3 Manifying blib/man1/wikitext-convert.1 Manifying blib/man3/Text::WikiText.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/environment.......1..14 not ok 1 - use Text::WikiText; # Failed test (t/environment.t at line 11) # Tried to use 'Text::WikiText'. # Error: Constant name 'HASH(0x81fcd68)' has invalid characters at blib/lib/Text/WikiText.pm line 25 # BEGIN failed--compilation aborted at t/environment.t line 11. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 2 - Text::WikiText->can('new') # Failed test (t/environment.t at line 13) # Text::WikiText->can('new') failed Can't locate object method "new" via package "Text::WikiText" (perhaps you forgot to load "Text::WikiText"?) at t/environment.t line 15. # Looks like you planned 14 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-14 Failed 14/14 tests, 0.00% okay t/generic...........1..10 not ok 1 - use Text::WikiText; # Failed test (t/generic.t at line 11) # Tried to use 'Text::WikiText'. # Error: Constant name 'HASH(0x81f98bc)' has invalid characters at blib/lib/Text/WikiText.pm line 25 # BEGIN failed--compilation aborted at t/generic.t line 11. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 2 - Text::WikiText->can('new') # Failed test (t/generic.t at line 13) # Text::WikiText->can('new') failed Can't locate object method "new" via package "Text::WikiText" (perhaps you forgot to load "Text::WikiText"?) at t/generic.t line 15. # Looks like you planned 10 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/inline............1..32 not ok 1 - use Text::WikiText; # Failed test (t/inline.t at line 11) # Tried to use 'Text::WikiText'. # Error: Constant name 'HASH(0x81fcf44)' has invalid characters at blib/lib/Text/WikiText.pm line 25 # BEGIN failed--compilation aborted at t/inline.t line 11. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 2 - Text::WikiText->can('new') # Failed test (t/inline.t at line 13) # Text::WikiText->can('new') failed Can't locate object method "new" via package "Text::WikiText" (perhaps you forgot to load "Text::WikiText"?) at t/inline.t line 15. # Looks like you planned 32 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-32 Failed 32/32 tests, 0.00% okay t/paragraphs........1..16 not ok 1 - use Text::WikiText; # Failed test (t/paragraphs.t at line 11) # Tried to use 'Text::WikiText'. # Error: Constant name 'HASH(0x81fcc2c)' has invalid characters at blib/lib/Text/WikiText.pm line 25 # BEGIN failed--compilation aborted at t/paragraphs.t line 11. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 2 - Text::WikiText->can('new') # Failed test (t/paragraphs.t at line 13) # Text::WikiText->can('new') failed Can't locate object method "new" via package "Text::WikiText" (perhaps you forgot to load "Text::WikiText"?) at t/paragraphs.t line 15. # Looks like you planned 16 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-16 Failed 16/16 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/environment.t 255 65280 14 14 100.00% 1-14 t/generic.t 255 65280 10 10 100.00% 1-10 t/inline.t 255 65280 32 32 100.00% 1-32 t/paragraphs.t 255 65280 16 16 100.00% 1-16 Failed 4/4 test scripts, 0.00% okay. 72/72 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 2