Checking if your kit is complete...
Looks good
Writing Makefile for HTML-Tree
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cp lib/HTML/Element/traverse.pm blib\lib\HTML\Element\traverse.pm
cp lib/HTML/Tree/AboutTrees.pod blib\lib\HTML\Tree\AboutTrees.pod
cp lib/HTML/AsSubs.pm blib\lib\HTML\AsSubs.pm
cp lib/HTML/Tree/AboutObjects.pod blib\lib\HTML\Tree\AboutObjects.pod
cp lib/HTML/TreeBuilder.pm blib\lib\HTML\TreeBuilder.pm
cp lib/HTML/Tree/Scanning.pod blib\lib\HTML\Tree\Scanning.pod
cp lib/HTML/Element.pm blib\lib\HTML\Element.pm
cp lib/HTML/Tree.pm blib\lib\HTML\Tree.pm
cp lib/HTML/Parse.pm blib\lib\HTML\Parse.pm
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t
t/00system..........1..2
ok 1 - use HTML::TreeBuilder;
ok 2 - use HTML::Element;
#Using HTML::TreeBuilder version v3.23
#Using HTML::Element version v3.23
#Using HTML::Parser version v3.56
#Using HTML::Entities version v1.35
#Using HTML::Tagset version v3.10
# Running under perl version 5.010000 for MSWin32
# Win32::BuildNumber 1001
# Current time local: Wed Feb 27 03:06:30 2008
# Current time GMT: Wed Feb 27 11:06:30 2008
# byebye from t/00system.t
ok
t/assubs............1..74
ok 1 - Test of tag: html
ok 2 - Test of tag: head
ok 3 - Test of tag: title
ok 4 - Test of tag: base
ok 5 - Test of tag: link
ok 6 - Test of tag: meta
ok 7 - Test of tag: isindex
ok 8 - Test of tag: nextid
ok 9 - Test of tag: script
ok 10 - Test of tag: style
ok 11 - Test of tag: body
ok 12 - Test of tag: h1
ok 13 - Test of tag: h2
ok 14 - Test of tag: h3
ok 15 - Test of tag: h4
ok 16 - Test of tag: h5
ok 17 - Test of tag: h6
ok 18 - Test of tag: p
ok 19 - Test of tag: pre
ok 20 - Test of tag: div
ok 21 - Test of tag: blockquote
ok 22 - Test of tag: a
ok 23 - Test of tag: img
ok 24 - Test of tag: br
ok 25 - Test of tag: hr
ok 26 - Test of tag: ol
ok 27 - Test of tag: ul
ok 28 - Test of tag: dir
ok 29 - Test of tag: menu
ok 30 - Test of tag: li
ok 31 - Test of tag: dl
ok 32 - Test of tag: dt
ok 33 - Test of tag: dd
ok 34 - Test of tag: dfn
ok 35 - Test of tag: cite
ok 36 - Test of tag: code
ok 37 - Test of tag: em
ok 38 - Test of tag: kbd
ok 39 - Test of tag: samp
ok 40 - Test of tag: strong
ok 41 - Test of tag: var
ok 42 - Test of tag: address
ok 43 - Test of tag: b
ok 44 - Test of tag: i
ok 45 - Test of tag: u
ok 46 - Test of tag: tt
ok 47 - Test of tag: center
ok 48 - Test of tag: font
ok 49 - Test of tag: big
ok 50 - Test of tag: small
ok 51 - Test of tag: strike
ok 52 - Test of tag: sub
ok 53 - Test of tag: sup
ok 54 - Test of tag: table
ok 55 - Test of tag: tr
ok 56 - Test of tag: td
ok 57 - Test of tag: th
ok 58 - Test of tag: caption
ok 59 - Test of tag: form
ok 60 - Test of tag: input
ok 61 - Test of tag: select
ok 62 - Test of tag: option
ok 63 - Test of tag: textarea
ok 64 - Test of tag: object
ok 65 - Test of tag: applet
ok 66 - Test of tag: param
ok 67 - Test of tag: map
ok 68 - Test of tag: area
ok 69 - Test of tag: frame
ok 70 - Test of tag: frameset
ok 71 - Test of tag: noframe
ok 72 - Test of tag properties
ok 73 - undef test
ok 74 - empty tag test
ok
t/attributes........1..1
ok 1 - href should contain 'lang' (is: http://wherever/moo.cgi?xyz=123&lang=en)
ok
t/body..............1..11
ok 1 - use HTML::TreeBuilder;
ok 2
ok 3
ok 4
ok 5
not ok 6 # TODO HTML::Parser::parse mucks with our escapes
# Failed (TODO) test at t/body.t line 58.
# got: '
This ſoftware has ſome bugs
# '
# expected: 'This ſoftware has ſome bugs
# '
ok 7
ok 8
ok 9
ok 10
ok 11
ok
t/building..........1..39
ok 1 - use HTML::Element;
ok 2 - The object isa HTML::Element
ok 3 - The object isa HTML::Element
ok 4 - testing is_empty method on
tag
ok 5 - verify hr->look_up found body tag
ok 6 - is_deeply attrs
ok 7 - Works in scalar
ok 8 - Should get two items back
ok 9 - The object isa HTML::Element
ok 10 - The object isa HTML::Element
ok 11 - The object isa HTML::Element
ok 12 - Dump element in text format
ok 13 - Dump element in trimmed text format
ok 14 - Dump element in trimmed text format
ok 15 - Dump element as Lisp form
ok 16
ok 17 - using address to get the node
ok 18
ok 19
ok 20
ok 21 - The object isa HTML::Element
ok 22
ok 23
ok 24 - The object isa HTML::Element
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30 - The object isa HTML::Element
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok
t/children..........1..4
ok 1 - use HTML::TreeBuilder;
ok 2 - Child found isa HTML::Element
ok 3 - 2 total children found
ok 4 - No children found
ok
t/clonei............1..4
ok 1 - use HTML::TreeBuilder;
ok 2 - $c is the same as $t, according to HTML::Element
ok 3 - $t is the same as $c, according to HTML::Element
ok 4 - My name is foo after delete
ok
t/construct_tree....1..59
ok 1 - use HTML::Tree;
ok 2 - The object isa HTML::TreeBuilder
ok 3 - split $HTML correctly
ok 4 - new_from_file Filehandle isa HTML::TreeBuilder
ok 5 - Get HTML as string.
ok 6 - found OK.
ok 7 - found www.sn.no link
not ok 8 - Nested comment not found # TODO HTML::Parser doesn't handle nested comments correctly.
# See: http://phalanx.kwiki.org/index.cgi?HTMLTreeNestedComments
#
# Failed (TODO) test 'Nested comment not found'
# at t/construct_tree.t line 123.
# '
#
# Test page
#
#
# Header
This is a link to Schibsted Nett in Norway. Sofie Amundsen var på vei hjem fra skolen. Det første stykket hadde hun gått sammen med Jorunn. De hadde snakket om roboter. Jorunn hadde ment at menneskets hjerne var som en komplisert datamaskin. Sofie var ikke helt sikker på om hun var enig. Et menneske måtte da være noe mer enn en maskin? <-- this one did not terminate the nested-comment because "--" on the previous line more comment -->
#
#
# Name |
#
#
# Aas |
# Gisle |
#
#
# Koster |
# Martijn |
#
#
#
#
# '
# matches '(?-xism:nested-comment)'
ok 9 - Simple comment not found
ok 10 - found Gisle
ok 11 - new_from_content Scalar isa HTML::TreeBuilder
ok 12 - Get HTML as string.
ok 13 - found OK.
ok 14 - found www.sn.no link
not ok 15 - Nested comment not found # TODO HTML::Parser doesn't handle nested comments correctly.
# See: http://phalanx.kwiki.org/index.cgi?HTMLTreeNestedComments
#
# Failed (TODO) test 'Nested comment not found'
# at t/construct_tree.t line 123.
# '
#
# Test page
#
#
# Header
This is a link to Schibsted Nett in Norway. Sofie Amundsen var på vei hjem fra skolen. Det første stykket hadde hun gått sammen med Jorunn. De hadde snakket om roboter. Jorunn hadde ment at menneskets hjerne var som en komplisert datamaskin. Sofie var ikke helt sikker på om hun var enig. Et menneske måtte da være noe mer enn en maskin? <-- this one did not terminate the nested-comment because "--" on the previous line more comment -->
#
#
# Name |
#
#
# Aas |
# Gisle |
#
#
# Koster |
# Martijn |
#
#
#
#
# '
# matches '(?-xism:nested-comment)'
ok 16 - Simple comment not found
ok 17 - found Gisle
ok 18 - new_from_file Scalar isa HTML::TreeBuilder
ok 19 - Get HTML as string.
ok 20 - found OK.
ok 21 - found www.sn.no link
not ok 22 - Nested comment not found # TODO HTML::Parser doesn't handle nested comments correctly.
# See: http://phalanx.kwiki.org/index.cgi?HTMLTreeNestedComments
#
# Failed (TODO) test 'Nested comment not found'
# at t/construct_tree.t line 123.
# '
#
# Test page
#
#
# Header
This is a link to Schibsted Nett in Norway. Sofie Amundsen var på vei hjem fra skolen. Det første stykket hadde hun gått sammen med Jorunn. De hadde snakket om roboter. Jorunn hadde ment at menneskets hjerne var som en komplisert datamaskin. Sofie var ikke helt sikker på om hun var enig. Et menneske måtte da være noe mer enn en maskin? <-- this one did not terminate the nested-comment because "--" on the previous line more comment -->
#
#
# Name |
#
#
# Aas |
# Gisle |
#
#
# Koster |
# Martijn |
#
#
#
#
# '
# matches '(?-xism:nested-comment)'
ok 23 - Simple comment not found
ok 24 - found Gisle
ok 25 - new(); parse_content Scalar isa HTML::TreeBuilder
ok 26 - Get HTML as string.
ok 27 - found OK.
ok 28 - found www.sn.no link
not ok 29 - Nested comment not found # TODO HTML::Parser doesn't handle nested comments correctly.
# See: http://phalanx.kwiki.org/index.cgi?HTMLTreeNestedComments
#
# Failed (TODO) test 'Nested comment not found'
# at t/construct_tree.t line 123.
# '
#
# Test page
#
#
# Header
This is a link to Schibsted Nett in Norway. Sofie Amundsen var på vei hjem fra skolen. Det første stykket hadde hun gått sammen med Jorunn. De hadde snakket om roboter. Jorunn hadde ment at menneskets hjerne var som en komplisert datamaskin. Sofie var ikke helt sikker på om hun var enig. Et menneske måtte da være noe mer enn en maskin? <-- this one did not terminate the nested-comment because "--" on the previous line more comment -->
#
#
# Name |
#
#
# Aas |
# Gisle |
#
#
# Koster |
# Martijn |
#
#
#
#
# '
# matches '(?-xism:nested-comment)'
ok 30 - Simple comment not found
ok 31 - found Gisle
ok 32 - new_from_content Scalar REF isa HTML::TreeBuilder
ok 33 - Get HTML as string.
ok 34 - found OK.
ok 35 - found www.sn.no link
not ok 36 - Nested comment not found # TODO HTML::Parser doesn't handle nested comments correctly.
# See: http://phalanx.kwiki.org/index.cgi?HTMLTreeNestedComments
#
# Failed (TODO) test 'Nested comment not found'
# at t/construct_tree.t line 123.
# '
#
# Test page
#
#
# Header
This is a link to Schibsted Nett in Norway. Sofie Amundsen var på vei hjem fra skolen. Det første stykket hadde hun gått sammen med Jorunn. De hadde snakket om roboter. Jorunn hadde ment at menneskets hjerne var som en komplisert datamaskin. Sofie var ikke helt sikker på om hun var enig. Et menneske måtte da være noe mer enn en maskin? <-- this one did not terminate the nested-comment because "--" on the previous line more comment -->
#
#
# Name |
#
#
# Aas |
# Gisle |
#
#
# Koster |
# Martijn |
#
#
#
#
# '
# matches '(?-xism:nested-comment)'
ok 37 - Simple comment not found
ok 38 - found Gisle
ok 39 - new(); parse_content Scalar REF isa HTML::TreeBuilder
ok 40 - Get HTML as string.
ok 41 - found OK.
ok 42 - found www.sn.no link
not ok 43 - Nested comment not found # TODO HTML::Parser doesn't handle nested comments correctly.
# See: http://phalanx.kwiki.org/index.cgi?HTMLTreeNestedComments
#
# Failed (TODO) test 'Nested comment not found'
# at t/construct_tree.t line 123.
# '
#
# Test page
#
#
# Header
This is a link to Schibsted Nett in Norway. Sofie Amundsen var på vei hjem fra skolen. Det første stykket hadde hun gått sammen med Jorunn. De hadde snakket om roboter. Jorunn hadde ment at menneskets hjerne var som en komplisert datamaskin. Sofie var ikke helt sikker på om hun var enig. Et menneske måtte da være noe mer enn en maskin? <-- this one did not terminate the nested-comment because "--" on the previous line more comment -->
#
#
# Name |
#
#
# Aas |
# Gisle |
#
#
# Koster |
# Martijn |
#
#
#
#
# '
# matches '(?-xism:nested-comment)'
ok 44 - Simple comment not found
ok 45 - found Gisle
ok 46 - new_from_content List isa HTML::TreeBuilder
ok 47 - Get HTML as string.
ok 48 - found OK.
ok 49 - found www.sn.no link
not ok 50 - Nested comment not found # TODO HTML::Parser doesn't handle nested comments correctly.
# See: http://phalanx.kwiki.org/index.cgi?HTMLTreeNestedComments
#
# Failed (TODO) test 'Nested comment not found'
# at t/construct_tree.t line 123.
# '
#
# Test page
#
#
# Header
This is a link to Schibsted Nett in Norway. Sofie Amundsen var på vei hjem fra skolen. Det første stykket hadde hun gått sammen med Jorunn. De hadde snakket om roboter. Jorunn hadde ment at menneskets hjerne var som en komplisert datamaskin. Sofie var ikke helt sikker på om hun var enig. Et menneske måtte da være noe mer enn en maskin? <-- this one did not terminate the nested-comment because "--" on the previous line more comment -->
#
#
# Name |
#
#
# Aas |
# Gisle |
#
#
# Koster |
# Martijn |
#
#
#
#
# '
# matches '(?-xism:nested-comment)'
ok 51 - Simple comment not found
ok 52 - found Gisle
ok 53 - new(); parse_content List isa HTML::TreeBuilder
ok 54 - Get HTML as string.
ok 55 - found OK.
ok 56 - found www.sn.no link
not ok 57 - Nested comment not found # TODO HTML::Parser doesn't handle nested comments correctly.
# See: http://phalanx.kwiki.org/index.cgi?HTMLTreeNestedComments
#
# Failed (TODO) test 'Nested comment not found'
# at t/construct_tree.t line 123.
# '
#
# Test page
#
#
# Header
This is a link to Schibsted Nett in Norway. Sofie Amundsen var på vei hjem fra skolen. Det første stykket hadde hun gått sammen med Jorunn. De hadde snakket om roboter. Jorunn hadde ment at menneskets hjerne var som en komplisert datamaskin. Sofie var ikke helt sikker på om hun var enig. Et menneske måtte da være noe mer enn en maskin? <-- this one did not terminate the nested-comment because "--" on the previous line more comment -->
#
#
# Name |
#
#
# Aas |
# Gisle |
#
#
# Koster |
# Martijn |
#
#
#
#
# '
# matches '(?-xism:nested-comment)'
ok 58 - Simple comment not found
ok 59 - found Gisle
ok
t/doctype...........1..5
ok 1 - use HTML::TreeBuilder;
ok 2 - The object isa HTML::TreeBuilder
ok 3 - DOCTYPE is in the first line
ok 4 - The object isa HTML::TreeBuilder
ok 5 - DOCTYPE is NOT in the first line
ok
t/escape............1..21
ok 1 - use HTML::Element;
ok 2 - Properly escaped: 1& 2
ok 3 - Properly escaped: he's
ok 4 - Properly escaped: “his”
ok 5 - Properly escaped: x < 3
ok 6 - Properly escaped: < 3 >
ok 7 - Properly escaped: número
ok 8 - Properly escaped: ²
ok 9 - Properly escaped: &no_go;
ok 10 - Properly escaped: x > 3
ok 11 - Properly escaped: "his"
ok 12 - Properly escaped: ‘his’
ok 13 - Properly escaped: he’s
ok 14 - Properly escaped: 1&2
ok 15 - Properly escaped: Œ
ok 16 - Properly escaped: ⇓
ok 17 - Properly escaped: This &\#x17f;oftware has &\#383;ome bugs
ok 18 - Properly escaped: 1&\#38 2
ok 19 - Properly escaped: abc
ok 20 - Properly escaped: 1&2
ok 21 - Properly escaped: 1&\#38;2
ok
t/oldparse..........1..17
ok 1 - use HTML::Parse;
ok 2 - The object isa HTML::TreeBuilder
ok 3 - existing TreeBuilder handled OK. isa HTML::TreeBuilder
ok 4 - The object isa HTML::TreeBuilder
ok 5 - Get html as string.
ok 6 - found OK.
ok 7 - found www.sn.no link
ok 8 - Didn't find comment
ok 9 - found Gisle
ok 10 - Properly returned undef on missing file.
ok 11 - The object isa HTML::TreeBuilder
ok 12 - The object isa HTML::TreeBuilder
ok 13 - Get html as string.
ok 14 - parse_htmlfile: found OK.
ok 15 - parse_htmlfile: found www.sn.no link
ok 16 - parse_htmlfile: found comment
ok 17 - parse_htmlfile: found Gisle
ok
t/parse.............1..40
# Running under perl version 5.010000 for MSWin32
# Win32::BuildNumber 1001
# Current time local: Wed Feb 27 03:06:32 2008
# Current time GMT: Wed Feb 27 11:06:32 2008
# Using Test.pm version 1.25
#Using HTML::TreeBuilder version v3.23
#Using HTML::Element version v3.23
#Using HTML::Parser version v3.56
#Using HTML::Entities version v1.35
#Using HTML::Tagset version v3.10
# Running under perl version 5.010000 for MSWin32
# Win32::BuildNumber 1001
# Current time local: Wed Feb 27 03:06:32 2008
# Current time GMT: Wed Feb 27 11:06:32 2008
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
#
# Now some list tests.
#
ok 23
ok 24
ok 25
ok 26
#
# Now some table tests.
#
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
#
# Now some p tests.
#
ok 37
ok 38
ok 39
ok 40
ok
t/parsefile.........1..5
ok 1 - use HTML::TreeBuilder;
#Using HTML::TreeBuilder version v3.23
#Using HTML::Element version v3.23
#Using HTML::Parser version v3.56
#Using HTML::Entities version v1.35
#Using HTML::Tagset version v3.10
# Running under perl version 5.010000 for MSWin32
# Win32::BuildNumber 1001
# Current time local: Wed Feb 27 03:06:32 2008
# Current time GMT: Wed Feb 27 11:06:32 2008
# As HTML: # Libwww-perl test This is some text and this is a simple link back to the libwww-perl site.
#
ok 2 - Matches Head
ok 3 - Matches isindex
ok 4 - Found the img tag
ok 5 - Matches simple text
ok
t/pod...............1..9
ok 1 - blib\lib\HTML\AsSubs.pm
ok 2 - blib\lib\HTML\Element.pm
ok 3 - blib\lib\HTML\Parse.pm
ok 4 - blib\lib\HTML\Tree.pm
ok 5 - blib\lib\HTML\TreeBuilder.pm
ok 6 - blib\lib\HTML\Element\traverse.pm
ok 7 - blib\lib\HTML\Tree\AboutObjects.pod
ok 8 - blib\lib\HTML\Tree\AboutTrees.pod
ok 9 - blib\lib\HTML\Tree\Scanning.pod
ok
t/split.............1..445
ok 1 - use HTML::TreeBuilder;
ok 2 - The object isa HTML::TreeBuilder
ok 3 - File split okay
ok 4 - The object isa HTML::TreeBuilder
ok 5 - Still Parsing as the same after split at 0
ok 6 - File split okay
ok 7 - The object isa HTML::TreeBuilder
ok 8 - Still Parsing as the same after split at 1
ok 9 - File split okay
ok 10 - The object isa HTML::TreeBuilder
ok 11 - Still Parsing as the same after split at 2
ok 12 - File split okay
ok 13 - The object isa HTML::TreeBuilder
ok 14 - Still Parsing as the same after split at 3
ok 15 - File split okay
ok 16 - The object isa HTML::TreeBuilder
ok 17 - Still Parsing as the same after split at 4
ok 18 - File split okay
ok 19 - The object isa HTML::TreeBuilder
ok 20 - Still Parsing as the same after split at 5
ok 21 - File split okay
ok 22 - The object isa HTML::TreeBuilder
ok 23 - Still Parsing as the same after split at 6
ok 24 - File split okay
ok 25 - The object isa HTML::TreeBuilder
ok 26 - Still Parsing as the same after split at 7
ok 27 - File split okay
ok 28 - The object isa HTML::TreeBuilder
ok 29 - Still Parsing as the same after split at 8
ok 30 - File split okay
ok 31 - The object isa HTML::TreeBuilder
ok 32 - Still Parsing as the same after split at 9
ok 33 - File split okay
ok 34 - The object isa HTML::TreeBuilder
ok 35 - Still Parsing as the same after split at 10
ok 36 - File split okay
ok 37 - The object isa HTML::TreeBuilder
ok 38 - Still Parsing as the same after split at 11
ok 39 - File split okay
ok 40 - The object isa HTML::TreeBuilder
ok 41 - Still Parsing as the same after split at 12
ok 42 - File split okay
ok 43 - The object isa HTML::TreeBuilder
ok 44 - Still Parsing as the same after split at 13
ok 45 - File split okay
ok 46 - The object isa HTML::TreeBuilder
ok 47 - Still Parsing as the same after split at 14
ok 48 - File split okay
ok 49 - The object isa HTML::TreeBuilder
ok 50 - Still Parsing as the same after split at 15
ok 51 - File split okay
ok 52 - The object isa HTML::TreeBuilder
ok 53 - Still Parsing as the same after split at 16
ok 54 - File split okay
ok 55 - The object isa HTML::TreeBuilder
ok 56 - Still Parsing as the same after split at 17
ok 57 - File split okay
ok 58 - The object isa HTML::TreeBuilder
ok 59 - Still Parsing as the same after split at 18
ok 60 - File split okay
ok 61 - The object isa HTML::TreeBuilder
ok 62 - Still Parsing as the same after split at 19
ok 63 - File split okay
ok 64 - The object isa HTML::TreeBuilder
ok 65 - Still Parsing as the same after split at 20
ok 66 - File split okay
ok 67 - The object isa HTML::TreeBuilder
ok 68 - Still Parsing as the same after split at 21
ok 69 - File split okay
ok 70 - The object isa HTML::TreeBuilder
ok 71 - Still Parsing as the same after split at 22
ok 72 - File split okay
ok 73 - The object isa HTML::TreeBuilder
ok 74 - Still Parsing as the same after split at 23
ok 75 - File split okay
ok 76 - The object isa HTML::TreeBuilder
ok 77 - Still Parsing as the same after split at 24
ok 78 - File split okay
ok 79 - The object isa HTML::TreeBuilder
ok 80 - Still Parsing as the same after split at 25
ok 81 - File split okay
ok 82 - The object isa HTML::TreeBuilder
ok 83 - Still Parsing as the same after split at 26
ok 84 - File split okay
ok 85 - The object isa HTML::TreeBuilder
ok 86 - Still Parsing as the same after split at 27
ok 87 - File split okay
ok 88 - The object isa HTML::TreeBuilder
ok 89 - Still Parsing as the same after split at 28
ok 90 - File split okay
ok 91 - The object isa HTML::TreeBuilder
ok 92 - Still Parsing as the same after split at 29
ok 93 - File split okay
ok 94 - The object isa HTML::TreeBuilder
ok 95 - Still Parsing as the same after split at 30
ok 96 - File split okay
ok 97 - The object isa HTML::TreeBuilder
ok 98 - Still Parsing as the same after split at 31
ok 99 - File split okay
ok 100 - The object isa HTML::TreeBuilder
ok 101 - Still Parsing as the same after split at 32
ok 102 - File split okay
ok 103 - The object isa HTML::TreeBuilder
ok 104 - Still Parsing as the same after split at 33
ok 105 - File split okay
ok 106 - The object isa HTML::TreeBuilder
ok 107 - Still Parsing as the same after split at 34
ok 108 - File split okay
ok 109 - The object isa HTML::TreeBuilder
ok 110 - Still Parsing as the same after split at 35
ok 111 - File split okay
ok 112 - The object isa HTML::TreeBuilder
ok 113 - Still Parsing as the same after split at 36
ok 114 - File split okay
ok 115 - The object isa HTML::TreeBuilder
ok 116 - Still Parsing as the same after split at 37
ok 117 - File split okay
ok 118 - The object isa HTML::TreeBuilder
ok 119 - Still Parsing as the same after split at 38
ok 120 - File split okay
ok 121 - The object isa HTML::TreeBuilder
ok 122 - Still Parsing as the same after split at 39
ok 123 - File split okay
ok 124 - The object isa HTML::TreeBuilder
ok 125 - Still Parsing as the same after split at 40
ok 126 - File split okay
ok 127 - The object isa HTML::TreeBuilder
ok 128 - Still Parsing as the same after split at 41
ok 129 - File split okay
ok 130 - The object isa HTML::TreeBuilder
ok 131 - Still Parsing as the same after split at 42
ok 132 - File split okay
ok 133 - The object isa HTML::TreeBuilder
ok 134 - Still Parsing as the same after split at 43
ok 135 - File split okay
ok 136 - The object isa HTML::TreeBuilder
ok 137 - Still Parsing as the same after split at 44
ok 138 - File split okay
ok 139 - The object isa HTML::TreeBuilder
ok 140 - Still Parsing as the same after split at 45
ok 141 - File split okay
ok 142 - The object isa HTML::TreeBuilder
ok 143 - Still Parsing as the same after split at 46
ok 144 - File split okay
ok 145 - The object isa HTML::TreeBuilder
ok 146 - Still Parsing as the same after split at 47
ok 147 - File split okay
ok 148 - The object isa HTML::TreeBuilder
ok 149 - Still Parsing as the same after split at 48
ok 150 - File split okay
ok 151 - The object isa HTML::TreeBuilder
ok 152 - Still Parsing as the same after split at 49
ok 153 - File split okay
ok 154 - The object isa HTML::TreeBuilder
ok 155 - Still Parsing as the same after split at 50
ok 156 - File split okay
ok 157 - The object isa HTML::TreeBuilder
ok 158 - Still Parsing as the same after split at 51
ok 159 - File split okay
ok 160 - The object isa HTML::TreeBuilder
ok 161 - Still Parsing as the same after split at 52
ok 162 - File split okay
ok 163 - The object isa HTML::TreeBuilder
ok 164 - Still Parsing as the same after split at 53
ok 165 - File split okay
ok 166 - The object isa HTML::TreeBuilder
ok 167 - Still Parsing as the same after split at 54
ok 168 - File split okay
ok 169 - The object isa HTML::TreeBuilder
ok 170 - Still Parsing as the same after split at 55
ok 171 - File split okay
ok 172 - The object isa HTML::TreeBuilder
ok 173 - Still Parsing as the same after split at 56
ok 174 - File split okay
ok 175 - The object isa HTML::TreeBuilder
ok 176 - Still Parsing as the same after split at 57
ok 177 - File split okay
ok 178 - The object isa HTML::TreeBuilder
ok 179 - Still Parsing as the same after split at 58
ok 180 - File split okay
ok 181 - The object isa HTML::TreeBuilder
ok 182 - Still Parsing as the same after split at 59
ok 183 - File split okay
ok 184 - The object isa HTML::TreeBuilder
ok 185 - Still Parsing as the same after split at 60
ok 186 - File split okay
ok 187 - The object isa HTML::TreeBuilder
ok 188 - Still Parsing as the same after split at 61
ok 189 - File split okay
ok 190 - The object isa HTML::TreeBuilder
ok 191 - Still Parsing as the same after split at 62
ok 192 - File split okay
ok 193 - The object isa HTML::TreeBuilder
ok 194 - Still Parsing as the same after split at 63
ok 195 - File split okay
ok 196 - The object isa HTML::TreeBuilder
ok 197 - Still Parsing as the same after split at 64
ok 198 - File split okay
ok 199 - The object isa HTML::TreeBuilder
ok 200 - Still Parsing as the same after split at 65
ok 201 - File split okay
ok 202 - The object isa HTML::TreeBuilder
ok 203 - Still Parsing as the same after split at 66
ok 204 - File split okay
ok 205 - The object isa HTML::TreeBuilder
ok 206 - Still Parsing as the same after split at 67
ok 207 - File split okay
ok 208 - The object isa HTML::TreeBuilder
ok 209 - Still Parsing as the same after split at 68
ok 210 - File split okay
ok 211 - The object isa HTML::TreeBuilder
ok 212 - Still Parsing as the same after split at 69
ok 213 - File split okay
ok 214 - The object isa HTML::TreeBuilder
ok 215 - Still Parsing as the same after split at 70
ok 216 - File split okay
ok 217 - The object isa HTML::TreeBuilder
ok 218 - Still Parsing as the same after split at 71
ok 219 - File split okay
ok 220 - The object isa HTML::TreeBuilder
ok 221 - Still Parsing as the same after split at 72
ok 222 - File split okay
ok 223 - The object isa HTML::TreeBuilder
ok 224 - Still Parsing as the same after split at 73
ok 225 - File split okay
ok 226 - The object isa HTML::TreeBuilder
ok 227 - Still Parsing as the same after split at 74
ok 228 - File split okay
ok 229 - The object isa HTML::TreeBuilder
ok 230 - Still Parsing as the same after split at 75
ok 231 - File split okay
ok 232 - The object isa HTML::TreeBuilder
ok 233 - Still Parsing as the same after split at 76
ok 234 - File split okay
ok 235 - The object isa HTML::TreeBuilder
ok 236 - Still Parsing as the same after split at 77
ok 237 - File split okay
ok 238 - The object isa HTML::TreeBuilder
ok 239 - Still Parsing as the same after split at 78
ok 240 - File split okay
ok 241 - The object isa HTML::TreeBuilder
ok 242 - Still Parsing as the same after split at 79
ok 243 - File split okay
ok 244 - The object isa HTML::TreeBuilder
ok 245 - Still Parsing as the same after split at 80
ok 246 - File split okay
ok 247 - The object isa HTML::TreeBuilder
ok 248 - Still Parsing as the same after split at 81
ok 249 - File split okay
ok 250 - The object isa HTML::TreeBuilder
ok 251 - Still Parsing as the same after split at 82
ok 252 - File split okay
ok 253 - The object isa HTML::TreeBuilder
ok 254 - Still Parsing as the same after split at 83
ok 255 - File split okay
ok 256 - The object isa HTML::TreeBuilder
ok 257 - Still Parsing as the same after split at 84
ok 258 - File split okay
ok 259 - The object isa HTML::TreeBuilder
ok 260 - Still Parsing as the same after split at 85
ok 261 - File split okay
ok 262 - The object isa HTML::TreeBuilder
ok 263 - Still Parsing as the same after split at 86
ok 264 - File split okay
ok 265 - The object isa HTML::TreeBuilder
ok 266 - Still Parsing as the same after split at 87
ok 267 - File split okay
ok 268 - The object isa HTML::TreeBuilder
ok 269 - Still Parsing as the same after split at 88
ok 270 - File split okay
ok 271 - The object isa HTML::TreeBuilder
ok 272 - Still Parsing as the same after split at 89
ok 273 - File split okay
ok 274 - The object isa HTML::TreeBuilder
ok 275 - Still Parsing as the same after split at 90
ok 276 - File split okay
ok 277 - The object isa HTML::TreeBuilder
ok 278 - Still Parsing as the same after split at 91
ok 279 - File split okay
ok 280 - The object isa HTML::TreeBuilder
ok 281 - Still Parsing as the same after split at 92
ok 282 - File split okay
ok 283 - The object isa HTML::TreeBuilder
ok 284 - Still Parsing as the same after split at 93
ok 285 - File split okay
ok 286 - The object isa HTML::TreeBuilder
ok 287 - Still Parsing as the same after split at 94
ok 288 - File split okay
ok 289 - The object isa HTML::TreeBuilder
ok 290 - Still Parsing as the same after split at 95
ok 291 - File split okay
ok 292 - The object isa HTML::TreeBuilder
ok 293 - Still Parsing as the same after split at 96
ok 294 - File split okay
ok 295 - The object isa HTML::TreeBuilder
ok 296 - Still Parsing as the same after split at 97
ok 297 - File split okay
ok 298 - The object isa HTML::TreeBuilder
ok 299 - Still Parsing as the same after split at 98
ok 300 - File split okay
ok 301 - The object isa HTML::TreeBuilder
ok 302 - Still Parsing as the same after split at 99
ok 303 - File split okay
ok 304 - The object isa HTML::TreeBuilder
ok 305 - Still Parsing as the same after split at 100
ok 306 - File split okay
ok 307 - The object isa HTML::TreeBuilder
ok 308 - Still Parsing as the same after split at 101
ok 309 - File split okay
ok 310 - The object isa HTML::TreeBuilder
ok 311 - Still Parsing as the same after split at 102
ok 312 - File split okay
ok 313 - The object isa HTML::TreeBuilder
ok 314 - Still Parsing as the same after split at 103
ok 315 - File split okay
ok 316 - The object isa HTML::TreeBuilder
ok 317 - Still Parsing as the same after split at 104
ok 318 - File split okay
ok 319 - The object isa HTML::TreeBuilder
ok 320 - Still Parsing as the same after split at 105
ok 321 - File split okay
ok 322 - The object isa HTML::TreeBuilder
ok 323 - Still Parsing as the same after split at 106
ok 324 - File split okay
ok 325 - The object isa HTML::TreeBuilder
ok 326 - Still Parsing as the same after split at 107
ok 327 - File split okay
ok 328 - The object isa HTML::TreeBuilder
ok 329 - Still Parsing as the same after split at 108
ok 330 - File split okay
ok 331 - The object isa HTML::TreeBuilder
ok 332 - Still Parsing as the same after split at 109
ok 333 - File split okay
ok 334 - The object isa HTML::TreeBuilder
ok 335 - Still Parsing as the same after split at 110
ok 336 - File split okay
ok 337 - The object isa HTML::TreeBuilder
ok 338 - Still Parsing as the same after split at 111
ok 339 - File split okay
ok 340 - The object isa HTML::TreeBuilder
ok 341 - Still Parsing as the same after split at 112
ok 342 - File split okay
ok 343 - The object isa HTML::TreeBuilder
ok 344 - Still Parsing as the same after split at 113
ok 345 - File split okay
ok 346 - The object isa HTML::TreeBuilder
ok 347 - Still Parsing as the same after split at 114
ok 348 - File split okay
ok 349 - The object isa HTML::TreeBuilder
ok 350 - Still Parsing as the same after split at 115
ok 351 - File split okay
ok 352 - The object isa HTML::TreeBuilder
ok 353 - Still Parsing as the same after split at 116
ok 354 - File split okay
ok 355 - The object isa HTML::TreeBuilder
ok 356 - Still Parsing as the same after split at 117
ok 357 - File split okay
ok 358 - The object isa HTML::TreeBuilder
ok 359 - Still Parsing as the same after split at 118
ok 360 - File split okay
ok 361 - The object isa HTML::TreeBuilder
ok 362 - Still Parsing as the same after split at 119
ok 363 - File split okay
ok 364 - The object isa HTML::TreeBuilder
ok 365 - Still Parsing as the same after split at 120
ok 366 - File split okay
ok 367 - The object isa HTML::TreeBuilder
ok 368 - Still Parsing as the same after split at 121
ok 369 - File split okay
ok 370 - The object isa HTML::TreeBuilder
ok 371 - Still Parsing as the same after split at 122
ok 372 - File split okay
ok 373 - The object isa HTML::TreeBuilder
ok 374 - Still Parsing as the same after split at 123
ok 375 - File split okay
ok 376 - The object isa HTML::TreeBuilder
ok 377 - Still Parsing as the same after split at 124
ok 378 - File split okay
ok 379 - The object isa HTML::TreeBuilder
ok 380 - Still Parsing as the same after split at 125
ok 381 - File split okay
ok 382 - The object isa HTML::TreeBuilder
ok 383 - Still Parsing as the same after split at 126
ok 384 - File split okay
ok 385 - The object isa HTML::TreeBuilder
ok 386 - Still Parsing as the same after split at 127
ok 387 - File split okay
ok 388 - The object isa HTML::TreeBuilder
ok 389 - Still Parsing as the same after split at 128
ok 390 - File split okay
ok 391 - The object isa HTML::TreeBuilder
ok 392 - Still Parsing as the same after split at 129
ok 393 - File split okay
ok 394 - The object isa HTML::TreeBuilder
ok 395 - Still Parsing as the same after split at 130
ok 396 - File split okay
ok 397 - The object isa HTML::TreeBuilder
ok 398 - Still Parsing as the same after split at 131
ok 399 - File split okay
ok 400 - The object isa HTML::TreeBuilder
ok 401 - Still Parsing as the same after split at 132
ok 402 - File split okay
ok 403 - The object isa HTML::TreeBuilder
ok 404 - Still Parsing as the same after split at 133
ok 405 - File split okay
ok 406 - The object isa HTML::TreeBuilder
ok 407 - Still Parsing as the same after split at 134
ok 408 - File split okay
ok 409 - The object isa HTML::TreeBuilder
ok 410 - Still Parsing as the same after split at 135
ok 411 - File split okay
ok 412 - The object isa HTML::TreeBuilder
ok 413 - Still Parsing as the same after split at 136
ok 414 - File split okay
ok 415 - The object isa HTML::TreeBuilder
ok 416 - Still Parsing as the same after split at 137
ok 417 - File split okay
ok 418 - The object isa HTML::TreeBuilder
ok 419 - Still Parsing as the same after split at 138
ok 420 - File split okay
ok 421 - The object isa HTML::TreeBuilder
ok 422 - Still Parsing as the same after split at 139
ok 423 - File split okay
ok 424 - The object isa HTML::TreeBuilder
ok 425 - Still Parsing as the same after split at 140
ok 426 - File split okay
ok 427 - The object isa HTML::TreeBuilder
ok 428 - Still Parsing as the same after split at 141
ok 429 - File split okay
ok 430 - The object isa HTML::TreeBuilder
ok 431 - Still Parsing as the same after split at 142
ok 432 - File split okay
ok 433 - The object isa HTML::TreeBuilder
ok 434 - Still Parsing as the same after split at 143
ok 435 - File split okay
ok 436 - The object isa HTML::TreeBuilder
ok 437 - Still Parsing as the same after split at 144
ok 438 - File split okay
ok 439 - The object isa HTML::TreeBuilder
ok 440 - Still Parsing as the same after split at 145
ok 441 - File split okay
ok 442 - The object isa HTML::TreeBuilder
ok 443 - Still Parsing as the same after split at 146
ok 444 - The object isa HTML::TreeBuilder
ok 445 - Testing per Char parsing
ok
t/tag-rendering.....1..8
ok 1 - use HTML::Element;
ok 2 - The object isa HTML::Element
ok 3 - Tag is self-closed
ok 4 - Height is quoted
ok 5 - Border is quoted
ok 6 - Width is quoted
ok 7 - Literal text is preserved
ok 8 - Alt tag is quoted and escaped
ok
t/unicode...........v-string in use/require non-portable at (eval 3) line 1.
1..11
#Using Encode version v2.23
#Using HTML::TreeBuilder version v3.23
#Using HTML::Element version v3.23
#Using HTML::Parser version v3.56
#Using HTML::Entities version v1.35
#Using HTML::Tagset version v3.10
# Running under perl version 5.010000 for MSWin32
# Win32::BuildNumber 1001
# Current time local: Wed Feb 27 03:06:34 2008
# Current time GMT: Wed Feb 27 11:06:34 2008
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok
All tests successful.
Files=17, Tests=755, 4 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\AsSubs.html
Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Element.html
Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Parse.html
Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Tree.html
Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\TreeBuilder.html
Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Element\traverse.html
Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Tree\AboutObjects.html
Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Tree\AboutTrees.html
Installing C:\cpanrun\build\5-10-0\html\site\lib\HTML\Tree\Scanning.html
Installing C:\cpanrun\build\5-10-0\site\lib\HTML\AsSubs.pm
Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Element.pm
Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Parse.pm
Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Tree.pm
Installing C:\cpanrun\build\5-10-0\site\lib\HTML\TreeBuilder.pm
Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Element\traverse.pm
Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Tree\AboutObjects.pod
Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Tree\AboutTrees.pod
Installing C:\cpanrun\build\5-10-0\site\lib\HTML\Tree\Scanning.pod
Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod