Checking if your kit is complete... Looks good Writing Makefile for Wiki::Toolkit::Formatter::UseMod cp lib/Wiki/Toolkit/Formatter/UseMod.pm blib/lib/Wiki/Toolkit/Formatter/UseMod.pm Manifying blib/man3/Wiki::Toolkit::Formatter::UseMod.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/default_links..............1..2 ok 1 - external links with no title appear as expected ok 2 - external links with title appear as expected ok t/encode-node-names..........1..4 ok 1 - ->node_name_to_node_param forces ucfirst by default ok 2 - ...but not if force_ucfirst_nodes set to 0 ok 3 - ->node_name_to_node_param does nothing if munge_urls not true ok 4 - ->node_param_to_node_name does nothing if munge_urls not true ok t/linebreaks.................1..1 ok 1 - no bogus
s ok t/links......................1..4 Called UNIVERSAL::can() as a function, not a method at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Text/WikiFormat/Blocks.pm line 16 Called UNIVERSAL::can() as a function, not a method at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Text/WikiFormat/Blocks.pm line 16 ok 1 - can override ->make_edit_link ok 2 - can override ->make_internal_link ok 3 - can override ->make_external_link ok 4 - ...works for external links with titles too ok t/lists......................1..6 ok 1 - unordered lists work ok 2 - ...also when indented ok 3 - ...first level of nested list ok 4 - ...second level of nested list ok 5 - ordered list created ok 6 - items are ordered ok t/macros.....................1..7 ok 1 - The object isa Wiki::Toolkit::Formatter::UseMod ok 2 - plain string macros work ok 3 - regex macros work ok 4 - no-arg sub macros work ok 5 - subs with a single arg work ok 6 - subs with two args work ok 7 - subs with nine args work ok t/macros_with_wiki_passed....1..2 Creating table content... done Creating table schema_info... done Creating table metadata... done Creating table node... done Creating table internal_links... done ok 1 - The object isa Wiki::Toolkit::Formatter::UseMod ok 2 - macros with wiki passed work OK ok t/munge_node_name............1..3 Dropping tables... done Creating table content... done Creating table schema_info... done Creating table metadata... done Creating table node... done Creating table internal_links... done ok 1 - ->format works with munge_node_name and existing links ok 2 - ->format works with munge_node_name and nonexistent links ok 3 - ->find_internal_links works with munge_node_name ok t/node-suffix................1..2 Called UNIVERSAL::can() as a function, not a method at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Text/WikiFormat/Blocks.pm line 16 Called UNIVERSAL::can() as a function, not a method at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Text/WikiFormat/Blocks.pm line 16 ok 1 - node_suffix works ok 2 - edit_suffix works ok t/paragraphs.................1..2 ok 1 - first paragraph detected ok 2 - second paragraph, separated from first by blank line, detected ok t/tables.....................1..8 ok 1 - a table is created ok 2 - with two rows ok 3 - with four table cells ok 4 - textual content is there ok 5 - with whitespace... a table is created ok 6 - ...with two rows ok 7 - ...with four table cells ok 8 - ...textual content is there ok t/twf-bug....................1..1 ok 1 - Text::WikiFormat bug avoided ok t/usemod.....................1..25 ok 1 - use Wiki::Toolkit::Formatter::UseMod; # #### Testing default configuration # ok 2 - The object isa Wiki::Toolkit::Formatter::UseMod Called UNIVERSAL::can() as a function, not a method at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Text/WikiFormat/Blocks.pm line 16 Called UNIVERSAL::can() as a function, not a method at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Text/WikiFormat/Blocks.pm line 16 Called UNIVERSAL::can() as a function, not a method at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Text/WikiFormat/Blocks.pm line 16 Called UNIVERSAL::can() as a function, not a method at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Text/WikiFormat/Blocks.pm line 16 Called UNIVERSAL::can() as a function, not a method at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Text/WikiFormat/Blocks.pm line 16 ok 3 - WikiWords made into links ok 4 - headings work ok 5 - ...links work in headers ok 6 - ...headers may contain = ok 7 - leading : made into
ok 8 - leading space makes
ok 9 - find_internal_links seems to work
# Found internal links: LinkInAHeader, WikiText, WikiWord
#
#### Testing HTML escaping
#
ok 10 - Entities preserved by default.
ok 11 - HTML tags escaped by default
ok 12 - ...but not when we allow them
ok 13 - ...and ones we don't explicitly allow are escaped
ok 14 - Entities still preserved.
#
#### Testing extended links
#
not ok 15 - extended links work
#     Failed test (t/usemod.t at line 107)
#                   '

This is an ?">Extended Link.

#

This is a lower-case ?">extended link.

#

This is a ?">titled extended link.

#

This is a ?">title with leading whitespace.

#

This is ?">another titled link.

# ' # doesn't match '(?-xism:Extended Link)' # Failed test (t/usemod.t at line 109) not ok 16 - ...and are forced ucfirst # '

This is an ?">Extended Link.

#

This is a lower-case ?">extended link.

#

This is a ?">titled extended link.

#

This is a ?">title with leading whitespace.

#

This is ?">another titled link.

# ' # doesn't match '(?-xism:extended link)' # Failed test (t/usemod.t at line 111) not ok 17 - ...and titles work # '

This is an ?">Extended Link.

#

This is a lower-case ?">extended link.

#

This is a ?">titled extended link.

#

This is a ?">title with leading whitespace.

#

This is ?">another titled link.

# ' # doesn't match '(?-xism:titled extended link)' ok 18 - ...and don't show leading whitespace # Failed test (t/usemod.t at line 115) # '

This is an ?">Extended Link.

#

This is a lower-case ?">extended link.

#

This is a ?">titled extended link.

#

This is a ?">title with leading whitespace.

#

This is ?">another titled link.

# ' # doesn't match '(?-xism:)' not ok 19 - ...and titled nodes with trailing whitespace are munged correctly before formatting ok 20 - extended links work with unmunged URLs ok 21 - ...and are forced ucfirst ok 22 - ...and titles work # Found links: Extended Link, Extended Link, Extended Link, Extended Link Two, Another Link ok 23 - find_internal_links respects ucfirst ok 24 - ...and drops trailing whitespace ok 25 - ...and gets the right order # Looks like you failed 4 tests of 25. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 15-17, 19 Failed 4/25 tests, 84.00% okay Failed 1/13 test scripts, 92.31% okay. 4/67 subtests failed, 94.03% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/usemod.t 4 1024 25 4 16.00% 15-17 19 make: *** [test_dynamic] Error 2