Checking if your kit is complete... Looks good Writing Makefile for HTML::Element::Tiny cp lib/HTML/Element/Tiny.pm blib/lib/HTML/Element/Tiny.pm Manifying blib/man3/HTML::Element::Tiny.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/000_tree..........ok 1 - use HTML::Element::Tiny; ok 2 - no parent for root ok 3 - root has one child ok 4 - find found a div ok 5 - it is the tree ok 6 - find found an ul ok 7 - it has the right id ok 8 - it has the right parent ok 9 - it can be found by class 'menu' ok 10 - it can be found by class 'foo' ok 11 - it can be found by classes 'menu foo' ok 12 - child has parent ok 13 - child has parent ok 14 - child has parent ok 15 - child has parent ok 16 - child has parent ok 17 - child has parent ok 18 ok 19 - did not clone element without parent ok 20 - cloned element with parent ok 21 - new elem from lol ok 22 - removed 3 p tags ok 23 - no p elems left ok 24 - removed child's parent is undef ok 25 - removed 1 child by index ok 26 - removed only child ok 27 - removed child's parent is undef 1..27 ok t/001_html..........ok 1 - basic tag ok 2 - basic closed tag ok 3 - text content ok 4 - element content ok 5 - id and content ok 6 - class and content ok 7 - classes and content ok 8 - entity escaping: text segment ok 9 - class by attr() 1..9 ok t/002_extending.....ok 1 - The object isa My::Element ok 2 - The object isa My::Element::a ok 3 - My::Element::a->can('href') ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 - The object isa My::Element ok 10 - span is not isa 'a' ok 11 - The object isa HTML::Element::Tiny::Text ok 12 - The object isa My::Element::Text 1..12 ok t/003_collection....ok 1 - The object isa HTML::Element::Tiny::Collection ok 2 - all non-text == 9 elems ok 3 - The object isa HTML::Element::Tiny::Collection ok 4 - p == 5 elems ok 5 - filter ok 6 - grep ok 7 - not ok 8 - map (id) ok 9 ok 10 ok 11 - one didn't die ok 12 ok 13 ok 14 - all p elems have no id now 1..14 ok t/004_iter..........ok 1 - all elems: 15 items ok 2 - text elems: 6 items ok 3 - text elems: all match 1..3 ok t/005_clone.........ok 1 - got from HTML::Element::Tiny=ARRAY(0x187a488) to HTML::Element::Tiny=ARRAY(0x187a488) ok 2 - all HTML::Element::Tiny=ARRAY(0x187a488)'s children have it as a parent ok 3 - got from HTML::Element::Tiny=ARRAY(0x18756d8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 4 - all HTML::Element::Tiny=ARRAY(0x18756d8)'s children have it as a parent ok 5 - got from HTML::Element::Tiny=ARRAY(0x18760bc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 6 - all HTML::Element::Tiny=ARRAY(0x18760bc)'s children have it as a parent ok 7 - got from HTML::Element::Tiny=ARRAY(0x18762fc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 8 - all HTML::Element::Tiny=ARRAY(0x18762fc)'s children have it as a parent ok 9 - got from HTML::Element::Tiny=ARRAY(0x187644c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 10 - all HTML::Element::Tiny=ARRAY(0x187644c)'s children have it as a parent ok 11 - got from HTML::Element::Tiny=ARRAY(0x187653c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 12 - all HTML::Element::Tiny=ARRAY(0x187653c)'s children have it as a parent ok 13 - got from HTML::Element::Tiny=ARRAY(0x18284a0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 14 - all HTML::Element::Tiny=ARRAY(0x18284a0)'s children have it as a parent ok 15 - got from HTML::Element::Tiny=ARRAY(0x1828680) to HTML::Element::Tiny=ARRAY(0x187a488) ok 16 - all HTML::Element::Tiny=ARRAY(0x1828680)'s children have it as a parent ok 17 - got from HTML::Element::Tiny=ARRAY(0x1828788) to HTML::Element::Tiny=ARRAY(0x187a488) ok 18 - all HTML::Element::Tiny=ARRAY(0x1828788)'s children have it as a parent ok 19 - got from HTML::Element::Tiny=ARRAY(0x18288cc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 20 - all HTML::Element::Tiny=ARRAY(0x18288cc)'s children have it as a parent ok 21 - got from HTML::Element::Tiny=ARRAY(0x1828f50) to HTML::Element::Tiny=ARRAY(0x187a488) ok 22 - all HTML::Element::Tiny=ARRAY(0x1828f50)'s children have it as a parent ok 23 - got from HTML::Element::Tiny=ARRAY(0x18107ec) to HTML::Element::Tiny=ARRAY(0x187a488) ok 24 - all HTML::Element::Tiny=ARRAY(0x18107ec)'s children have it as a parent ok 25 - got from HTML::Element::Tiny=ARRAY(0x1810a68) to HTML::Element::Tiny=ARRAY(0x187a488) ok 26 - all HTML::Element::Tiny=ARRAY(0x1810a68)'s children have it as a parent ok 27 - got from HTML::Element::Tiny=ARRAY(0x1810b64) to HTML::Element::Tiny=ARRAY(0x187a488) ok 28 - all HTML::Element::Tiny=ARRAY(0x1810b64)'s children have it as a parent ok 29 - got from HTML::Element::Tiny=ARRAY(0x1810a44) to HTML::Element::Tiny=ARRAY(0x187a488) ok 30 - all HTML::Element::Tiny=ARRAY(0x1810a44)'s children have it as a parent ok 31 - got from HTML::Element::Tiny=ARRAY(0x1810c9c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 32 - all HTML::Element::Tiny=ARRAY(0x1810c9c)'s children have it as a parent ok 33 - got from HTML::Element::Tiny=ARRAY(0x1810da4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 34 - all HTML::Element::Tiny=ARRAY(0x1810da4)'s children have it as a parent ok 35 - got from HTML::Element::Tiny=ARRAY(0x1810e94) to HTML::Element::Tiny=ARRAY(0x187a488) ok 36 - all HTML::Element::Tiny=ARRAY(0x1810e94)'s children have it as a parent ok 37 - got from HTML::Element::Tiny=ARRAY(0x1810d44) to HTML::Element::Tiny=ARRAY(0x187a488) ok 38 - all HTML::Element::Tiny=ARRAY(0x1810d44)'s children have it as a parent ok 39 - got from HTML::Element::Tiny=ARRAY(0x1810fb4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 40 - all HTML::Element::Tiny=ARRAY(0x1810fb4)'s children have it as a parent ok 41 - got from HTML::Element::Tiny=ARRAY(0x18110bc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 42 - all HTML::Element::Tiny=ARRAY(0x18110bc)'s children have it as a parent ok 43 - got from HTML::Element::Tiny=ARRAY(0x18111b8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 44 - all HTML::Element::Tiny=ARRAY(0x18111b8)'s children have it as a parent ok 45 - got from HTML::Element::Tiny=ARRAY(0x181105c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 46 - all HTML::Element::Tiny=ARRAY(0x181105c)'s children have it as a parent ok 47 - got from HTML::Element::Tiny=ARRAY(0x18112d8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 48 - all HTML::Element::Tiny=ARRAY(0x18112d8)'s children have it as a parent ok 49 - got from HTML::Element::Tiny=ARRAY(0x18113e0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 50 - all HTML::Element::Tiny=ARRAY(0x18113e0)'s children have it as a parent ok 51 - got from HTML::Element::Tiny=ARRAY(0x18114dc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 52 - all HTML::Element::Tiny=ARRAY(0x18114dc)'s children have it as a parent ok 53 - got from HTML::Element::Tiny=ARRAY(0x181138c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 54 - all HTML::Element::Tiny=ARRAY(0x181138c)'s children have it as a parent ok 55 - got from HTML::Element::Tiny=ARRAY(0x187e618) to HTML::Element::Tiny=ARRAY(0x187a488) ok 56 - all HTML::Element::Tiny=ARRAY(0x187e618)'s children have it as a parent ok 57 - got from HTML::Element::Tiny=ARRAY(0x187e720) to HTML::Element::Tiny=ARRAY(0x187a488) ok 58 - all HTML::Element::Tiny=ARRAY(0x187e720)'s children have it as a parent ok 59 - got from HTML::Element::Tiny=ARRAY(0x187e810) to HTML::Element::Tiny=ARRAY(0x187a488) ok 60 - all HTML::Element::Tiny=ARRAY(0x187e810)'s children have it as a parent ok 61 - got from HTML::Element::Tiny=ARRAY(0x187e6c0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 62 - all HTML::Element::Tiny=ARRAY(0x187e6c0)'s children have it as a parent ok 63 - got from HTML::Element::Tiny=ARRAY(0x187e93c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 64 - all HTML::Element::Tiny=ARRAY(0x187e93c)'s children have it as a parent ok 65 - got from HTML::Element::Tiny=ARRAY(0x187ea44) to HTML::Element::Tiny=ARRAY(0x187a488) ok 66 - all HTML::Element::Tiny=ARRAY(0x187ea44)'s children have it as a parent ok 67 - got from HTML::Element::Tiny=ARRAY(0x187eb40) to HTML::Element::Tiny=ARRAY(0x187a488) ok 68 - all HTML::Element::Tiny=ARRAY(0x187eb40)'s children have it as a parent ok 69 - got from HTML::Element::Tiny=ARRAY(0x187e9e4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 70 - all HTML::Element::Tiny=ARRAY(0x187e9e4)'s children have it as a parent ok 71 - got from HTML::Element::Tiny=ARRAY(0x187ec60) to HTML::Element::Tiny=ARRAY(0x187a488) ok 72 - all HTML::Element::Tiny=ARRAY(0x187ec60)'s children have it as a parent ok 73 - got from HTML::Element::Tiny=ARRAY(0x187ed68) to HTML::Element::Tiny=ARRAY(0x187a488) ok 74 - all HTML::Element::Tiny=ARRAY(0x187ed68)'s children have it as a parent ok 75 - got from HTML::Element::Tiny=ARRAY(0x187ee4c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 76 - all HTML::Element::Tiny=ARRAY(0x187ee4c)'s children have it as a parent ok 77 - got from HTML::Element::Tiny=ARRAY(0x187ed08) to HTML::Element::Tiny=ARRAY(0x187a488) ok 78 - all HTML::Element::Tiny=ARRAY(0x187ed08)'s children have it as a parent ok 79 - got from HTML::Element::Tiny=ARRAY(0x187ef30) to HTML::Element::Tiny=ARRAY(0x187a488) ok 80 - all HTML::Element::Tiny=ARRAY(0x187ef30)'s children have it as a parent ok 81 - got from HTML::Element::Tiny=ARRAY(0x187effc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 82 - all HTML::Element::Tiny=ARRAY(0x187effc)'s children have it as a parent ok 83 - got from HTML::Element::Tiny=ARRAY(0x187f0bc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 84 - all HTML::Element::Tiny=ARRAY(0x187f0bc)'s children have it as a parent ok 85 - got from HTML::Element::Tiny=ARRAY(0x187efb4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 86 - all HTML::Element::Tiny=ARRAY(0x187efb4)'s children have it as a parent ok 87 - got from HTML::Element::Tiny=ARRAY(0x187f1dc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 88 - all HTML::Element::Tiny=ARRAY(0x187f1dc)'s children have it as a parent ok 89 - got from HTML::Element::Tiny=ARRAY(0x1811f00) to HTML::Element::Tiny=ARRAY(0x187a488) ok 90 - all HTML::Element::Tiny=ARRAY(0x1811f00)'s children have it as a parent ok 91 - got from HTML::Element::Tiny=ARRAY(0x1883edc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 92 - all HTML::Element::Tiny=ARRAY(0x1883edc)'s children have it as a parent ok 93 - got from HTML::Element::Tiny=ARRAY(0x1811b4c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 94 - all HTML::Element::Tiny=ARRAY(0x1811b4c)'s children have it as a parent ok 95 - got from HTML::Element::Tiny=ARRAY(0x1884a40) to HTML::Element::Tiny=ARRAY(0x187a488) ok 96 - all HTML::Element::Tiny=ARRAY(0x1884a40)'s children have it as a parent ok 97 - got from HTML::Element::Tiny=ARRAY(0x1887410) to HTML::Element::Tiny=ARRAY(0x187a488) ok 98 - all HTML::Element::Tiny=ARRAY(0x1887410)'s children have it as a parent ok 99 - got from HTML::Element::Tiny=ARRAY(0x1889d8c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 100 - all HTML::Element::Tiny=ARRAY(0x1889d8c)'s children have it as a parent ok 101 - got from HTML::Element::Tiny=ARRAY(0x18870f8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 102 - all HTML::Element::Tiny=ARRAY(0x18870f8)'s children have it as a parent ok 103 - got from HTML::Element::Tiny=ARRAY(0x188a8f0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 104 - all HTML::Element::Tiny=ARRAY(0x188a8f0)'s children have it as a parent ok 105 - got from HTML::Element::Tiny=ARRAY(0x188d2c0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 106 - all HTML::Element::Tiny=ARRAY(0x188d2c0)'s children have it as a parent ok 107 - got from HTML::Element::Tiny=ARRAY(0x188fc3c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 108 - all HTML::Element::Tiny=ARRAY(0x188fc3c)'s children have it as a parent ok 109 - got from HTML::Element::Tiny=ARRAY(0x188cfa8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 110 - all HTML::Element::Tiny=ARRAY(0x188cfa8)'s children have it as a parent ok 111 - got from HTML::Element::Tiny=ARRAY(0x18907a0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 112 - all HTML::Element::Tiny=ARRAY(0x18907a0)'s children have it as a parent ok 113 - got from HTML::Element::Tiny=ARRAY(0x1893170) to HTML::Element::Tiny=ARRAY(0x187a488) ok 114 - all HTML::Element::Tiny=ARRAY(0x1893170)'s children have it as a parent ok 115 - got from HTML::Element::Tiny=ARRAY(0x1893ad0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 116 - all HTML::Element::Tiny=ARRAY(0x1893ad0)'s children have it as a parent ok 117 - got from HTML::Element::Tiny=ARRAY(0x1892e58) to HTML::Element::Tiny=ARRAY(0x187a488) ok 118 - all HTML::Element::Tiny=ARRAY(0x1892e58)'s children have it as a parent ok 119 - got from HTML::Element::Tiny=ARRAY(0x1895650) to HTML::Element::Tiny=ARRAY(0x187a488) ok 120 - all HTML::Element::Tiny=ARRAY(0x1895650)'s children have it as a parent ok 121 - got from HTML::Element::Tiny=ARRAY(0x1898020) to HTML::Element::Tiny=ARRAY(0x187a488) ok 122 - all HTML::Element::Tiny=ARRAY(0x1898020)'s children have it as a parent ok 123 - got from HTML::Element::Tiny=ARRAY(0x1898980) to HTML::Element::Tiny=ARRAY(0x187a488) ok 124 - all HTML::Element::Tiny=ARRAY(0x1898980)'s children have it as a parent ok 125 - got from HTML::Element::Tiny=ARRAY(0x1897d08) to HTML::Element::Tiny=ARRAY(0x187a488) ok 126 - all HTML::Element::Tiny=ARRAY(0x1897d08)'s children have it as a parent ok 127 - got from HTML::Element::Tiny=ARRAY(0x189c500) to HTML::Element::Tiny=ARRAY(0x187a488) ok 128 - all HTML::Element::Tiny=ARRAY(0x189c500)'s children have it as a parent ok 129 - got from HTML::Element::Tiny=ARRAY(0x189c920) to HTML::Element::Tiny=ARRAY(0x187a488) ok 130 - all HTML::Element::Tiny=ARRAY(0x189c920)'s children have it as a parent ok 131 - got from HTML::Element::Tiny=ARRAY(0x189c9e0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 132 - all HTML::Element::Tiny=ARRAY(0x189c9e0)'s children have it as a parent ok 133 - got from HTML::Element::Tiny=ARRAY(0x189c848) to HTML::Element::Tiny=ARRAY(0x187a488) ok 134 - all HTML::Element::Tiny=ARRAY(0x189c848)'s children have it as a parent ok 135 - got from HTML::Element::Tiny=ARRAY(0x189cac4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 136 - all HTML::Element::Tiny=ARRAY(0x189cac4)'s children have it as a parent ok 137 - got from HTML::Element::Tiny=ARRAY(0x189de7c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 138 - all HTML::Element::Tiny=ARRAY(0x189de7c)'s children have it as a parent ok 139 - got from HTML::Element::Tiny=ARRAY(0x189df3c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 140 - all HTML::Element::Tiny=ARRAY(0x189df3c)'s children have it as a parent ok 141 - got from HTML::Element::Tiny=ARRAY(0x189de34) to HTML::Element::Tiny=ARRAY(0x187a488) ok 142 - all HTML::Element::Tiny=ARRAY(0x189de34)'s children have it as a parent ok 143 - got from HTML::Element::Tiny=ARRAY(0x189e020) to HTML::Element::Tiny=ARRAY(0x187a488) ok 144 - all HTML::Element::Tiny=ARRAY(0x189e020)'s children have it as a parent ok 145 - got from HTML::Element::Tiny=ARRAY(0x189e0ec) to HTML::Element::Tiny=ARRAY(0x187a488) ok 146 - all HTML::Element::Tiny=ARRAY(0x189e0ec)'s children have it as a parent ok 147 - got from HTML::Element::Tiny=ARRAY(0x189e1ac) to HTML::Element::Tiny=ARRAY(0x187a488) ok 148 - all HTML::Element::Tiny=ARRAY(0x189e1ac)'s children have it as a parent ok 149 - got from HTML::Element::Tiny=ARRAY(0x189e0a4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 150 - all HTML::Element::Tiny=ARRAY(0x189e0a4)'s children have it as a parent ok 151 - got from HTML::Element::Tiny=ARRAY(0x189e290) to HTML::Element::Tiny=ARRAY(0x187a488) ok 152 - all HTML::Element::Tiny=ARRAY(0x189e290)'s children have it as a parent ok 153 - got from HTML::Element::Tiny=ARRAY(0x189e35c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 154 - all HTML::Element::Tiny=ARRAY(0x189e35c)'s children have it as a parent ok 155 - got from HTML::Element::Tiny=ARRAY(0x189e41c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 156 - all HTML::Element::Tiny=ARRAY(0x189e41c)'s children have it as a parent ok 157 - got from HTML::Element::Tiny=ARRAY(0x189e314) to HTML::Element::Tiny=ARRAY(0x187a488) ok 158 - all HTML::Element::Tiny=ARRAY(0x189e314)'s children have it as a parent ok 159 - got from HTML::Element::Tiny=ARRAY(0x189e500) to HTML::Element::Tiny=ARRAY(0x187a488) ok 160 - all HTML::Element::Tiny=ARRAY(0x189e500)'s children have it as a parent ok 161 - got from HTML::Element::Tiny=ARRAY(0x189e5cc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 162 - all HTML::Element::Tiny=ARRAY(0x189e5cc)'s children have it as a parent ok 163 - got from HTML::Element::Tiny=ARRAY(0x189e68c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 164 - all HTML::Element::Tiny=ARRAY(0x189e68c)'s children have it as a parent ok 165 - got from HTML::Element::Tiny=ARRAY(0x189e584) to HTML::Element::Tiny=ARRAY(0x187a488) ok 166 - all HTML::Element::Tiny=ARRAY(0x189e584)'s children have it as a parent ok 167 - got from HTML::Element::Tiny=ARRAY(0x189e770) to HTML::Element::Tiny=ARRAY(0x187a488) ok 168 - all HTML::Element::Tiny=ARRAY(0x189e770)'s children have it as a parent ok 169 - got from HTML::Element::Tiny=ARRAY(0x189e83c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 170 - all HTML::Element::Tiny=ARRAY(0x189e83c)'s children have it as a parent ok 171 - got from HTML::Element::Tiny=ARRAY(0x189e8fc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 172 - all HTML::Element::Tiny=ARRAY(0x189e8fc)'s children have it as a parent ok 173 - got from HTML::Element::Tiny=ARRAY(0x189e7f4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 174 - all HTML::Element::Tiny=ARRAY(0x189e7f4)'s children have it as a parent ok 175 - got from HTML::Element::Tiny=ARRAY(0x189e9e0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 176 - all HTML::Element::Tiny=ARRAY(0x189e9e0)'s children have it as a parent ok 177 - got from HTML::Element::Tiny=ARRAY(0x189eaac) to HTML::Element::Tiny=ARRAY(0x187a488) ok 178 - all HTML::Element::Tiny=ARRAY(0x189eaac)'s children have it as a parent ok 179 - got from HTML::Element::Tiny=ARRAY(0x189eb6c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 180 - all HTML::Element::Tiny=ARRAY(0x189eb6c)'s children have it as a parent ok 181 - got from HTML::Element::Tiny=ARRAY(0x189ea64) to HTML::Element::Tiny=ARRAY(0x187a488) ok 182 - all HTML::Element::Tiny=ARRAY(0x189ea64)'s children have it as a parent ok 183 - got from HTML::Element::Tiny=ARRAY(0x18a0c6c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 184 - all HTML::Element::Tiny=ARRAY(0x18a0c6c)'s children have it as a parent ok 185 - got from HTML::Element::Tiny=ARRAY(0x18a0d38) to HTML::Element::Tiny=ARRAY(0x187a488) ok 186 - all HTML::Element::Tiny=ARRAY(0x18a0d38)'s children have it as a parent ok 187 - got from HTML::Element::Tiny=ARRAY(0x18a0df8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 188 - all HTML::Element::Tiny=ARRAY(0x18a0df8)'s children have it as a parent ok 189 - got from HTML::Element::Tiny=ARRAY(0x18a0cf0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 190 - all HTML::Element::Tiny=ARRAY(0x18a0cf0)'s children have it as a parent ok 191 - got from HTML::Element::Tiny=ARRAY(0x18a0edc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 192 - all HTML::Element::Tiny=ARRAY(0x18a0edc)'s children have it as a parent ok 193 - got from HTML::Element::Tiny=ARRAY(0x18a0fa8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 194 - all HTML::Element::Tiny=ARRAY(0x18a0fa8)'s children have it as a parent ok 195 - got from HTML::Element::Tiny=ARRAY(0x18a1068) to HTML::Element::Tiny=ARRAY(0x187a488) ok 196 - all HTML::Element::Tiny=ARRAY(0x18a1068)'s children have it as a parent ok 197 - got from HTML::Element::Tiny=ARRAY(0x18a0f60) to HTML::Element::Tiny=ARRAY(0x187a488) ok 198 - all HTML::Element::Tiny=ARRAY(0x18a0f60)'s children have it as a parent ok 199 - got from HTML::Element::Tiny=ARRAY(0x18a114c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 200 - all HTML::Element::Tiny=ARRAY(0x18a114c)'s children have it as a parent ok 201 - got from HTML::Element::Tiny=ARRAY(0x18a1218) to HTML::Element::Tiny=ARRAY(0x187a488) ok 202 - all HTML::Element::Tiny=ARRAY(0x18a1218)'s children have it as a parent ok 203 - got from HTML::Element::Tiny=ARRAY(0x18a12d8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 204 - all HTML::Element::Tiny=ARRAY(0x18a12d8)'s children have it as a parent ok 205 - got from HTML::Element::Tiny=ARRAY(0x18a11d0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 206 - all HTML::Element::Tiny=ARRAY(0x18a11d0)'s children have it as a parent ok 207 - got from HTML::Element::Tiny=ARRAY(0x18a13bc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 208 - all HTML::Element::Tiny=ARRAY(0x18a13bc)'s children have it as a parent ok 209 - got from HTML::Element::Tiny=ARRAY(0x18a1488) to HTML::Element::Tiny=ARRAY(0x187a488) ok 210 - all HTML::Element::Tiny=ARRAY(0x18a1488)'s children have it as a parent ok 211 - got from HTML::Element::Tiny=ARRAY(0x18a1548) to HTML::Element::Tiny=ARRAY(0x187a488) ok 212 - all HTML::Element::Tiny=ARRAY(0x18a1548)'s children have it as a parent ok 213 - got from HTML::Element::Tiny=ARRAY(0x18a1440) to HTML::Element::Tiny=ARRAY(0x187a488) ok 214 - all HTML::Element::Tiny=ARRAY(0x18a1440)'s children have it as a parent ok 215 - got from HTML::Element::Tiny=ARRAY(0x18a162c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 216 - all HTML::Element::Tiny=ARRAY(0x18a162c)'s children have it as a parent ok 217 - got from HTML::Element::Tiny=ARRAY(0x18a16f8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 218 - all HTML::Element::Tiny=ARRAY(0x18a16f8)'s children have it as a parent ok 219 - got from HTML::Element::Tiny=ARRAY(0x18a17b8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 220 - all HTML::Element::Tiny=ARRAY(0x18a17b8)'s children have it as a parent ok 221 - got from HTML::Element::Tiny=ARRAY(0x18a16b0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 222 - all HTML::Element::Tiny=ARRAY(0x18a16b0)'s children have it as a parent ok 223 - got from HTML::Element::Tiny=ARRAY(0x18a189c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 224 - all HTML::Element::Tiny=ARRAY(0x18a189c)'s children have it as a parent ok 225 - got from HTML::Element::Tiny=ARRAY(0x18a1968) to HTML::Element::Tiny=ARRAY(0x187a488) ok 226 - all HTML::Element::Tiny=ARRAY(0x18a1968)'s children have it as a parent ok 227 - got from HTML::Element::Tiny=ARRAY(0x18a1a28) to HTML::Element::Tiny=ARRAY(0x187a488) ok 228 - all HTML::Element::Tiny=ARRAY(0x18a1a28)'s children have it as a parent ok 229 - got from HTML::Element::Tiny=ARRAY(0x18a1920) to HTML::Element::Tiny=ARRAY(0x187a488) ok 230 - all HTML::Element::Tiny=ARRAY(0x18a1920)'s children have it as a parent ok 231 - got from HTML::Element::Tiny=ARRAY(0x18a1b0c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 232 - all HTML::Element::Tiny=ARRAY(0x18a1b0c)'s children have it as a parent ok 233 - got from HTML::Element::Tiny=ARRAY(0x18a1bd8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 234 - all HTML::Element::Tiny=ARRAY(0x18a1bd8)'s children have it as a parent ok 235 - got from HTML::Element::Tiny=ARRAY(0x18a2cb4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 236 - all HTML::Element::Tiny=ARRAY(0x18a2cb4)'s children have it as a parent ok 237 - got from HTML::Element::Tiny=ARRAY(0x18a1b90) to HTML::Element::Tiny=ARRAY(0x187a488) ok 238 - all HTML::Element::Tiny=ARRAY(0x18a1b90)'s children have it as a parent ok 239 - got from HTML::Element::Tiny=ARRAY(0x18a2d98) to HTML::Element::Tiny=ARRAY(0x187a488) ok 240 - all HTML::Element::Tiny=ARRAY(0x18a2d98)'s children have it as a parent ok 241 - got from HTML::Element::Tiny=ARRAY(0x18a2e64) to HTML::Element::Tiny=ARRAY(0x187a488) ok 242 - all HTML::Element::Tiny=ARRAY(0x18a2e64)'s children have it as a parent ok 243 - got from HTML::Element::Tiny=ARRAY(0x18a2f24) to HTML::Element::Tiny=ARRAY(0x187a488) ok 244 - all HTML::Element::Tiny=ARRAY(0x18a2f24)'s children have it as a parent ok 245 - got from HTML::Element::Tiny=ARRAY(0x18a2e1c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 246 - all HTML::Element::Tiny=ARRAY(0x18a2e1c)'s children have it as a parent ok 247 - got from HTML::Element::Tiny=ARRAY(0x18a3008) to HTML::Element::Tiny=ARRAY(0x187a488) ok 248 - all HTML::Element::Tiny=ARRAY(0x18a3008)'s children have it as a parent ok 249 - got from HTML::Element::Tiny=ARRAY(0x18a30d4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 250 - all HTML::Element::Tiny=ARRAY(0x18a30d4)'s children have it as a parent ok 251 - got from HTML::Element::Tiny=ARRAY(0x18a3194) to HTML::Element::Tiny=ARRAY(0x187a488) ok 252 - all HTML::Element::Tiny=ARRAY(0x18a3194)'s children have it as a parent ok 253 - got from HTML::Element::Tiny=ARRAY(0x18a308c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 254 - all HTML::Element::Tiny=ARRAY(0x18a308c)'s children have it as a parent ok 255 - got from HTML::Element::Tiny=ARRAY(0x18a3278) to HTML::Element::Tiny=ARRAY(0x187a488) ok 256 - all HTML::Element::Tiny=ARRAY(0x18a3278)'s children have it as a parent ok 257 - got from HTML::Element::Tiny=ARRAY(0x18a3344) to HTML::Element::Tiny=ARRAY(0x187a488) ok 258 - all HTML::Element::Tiny=ARRAY(0x18a3344)'s children have it as a parent ok 259 - got from HTML::Element::Tiny=ARRAY(0x18a3404) to HTML::Element::Tiny=ARRAY(0x187a488) ok 260 - all HTML::Element::Tiny=ARRAY(0x18a3404)'s children have it as a parent ok 261 - got from HTML::Element::Tiny=ARRAY(0x18a32fc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 262 - all HTML::Element::Tiny=ARRAY(0x18a32fc)'s children have it as a parent ok 263 - got from HTML::Element::Tiny=ARRAY(0x18a34e8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 264 - all HTML::Element::Tiny=ARRAY(0x18a34e8)'s children have it as a parent ok 265 - got from HTML::Element::Tiny=ARRAY(0x18a35b4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 266 - all HTML::Element::Tiny=ARRAY(0x18a35b4)'s children have it as a parent ok 267 - got from HTML::Element::Tiny=ARRAY(0x18a3674) to HTML::Element::Tiny=ARRAY(0x187a488) ok 268 - all HTML::Element::Tiny=ARRAY(0x18a3674)'s children have it as a parent ok 269 - got from HTML::Element::Tiny=ARRAY(0x18a356c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 270 - all HTML::Element::Tiny=ARRAY(0x18a356c)'s children have it as a parent ok 271 - got from HTML::Element::Tiny=ARRAY(0x18a3758) to HTML::Element::Tiny=ARRAY(0x187a488) ok 272 - all HTML::Element::Tiny=ARRAY(0x18a3758)'s children have it as a parent ok 273 - got from HTML::Element::Tiny=ARRAY(0x18a3824) to HTML::Element::Tiny=ARRAY(0x187a488) ok 274 - all HTML::Element::Tiny=ARRAY(0x18a3824)'s children have it as a parent ok 275 - got from HTML::Element::Tiny=ARRAY(0x18a38e4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 276 - all HTML::Element::Tiny=ARRAY(0x18a38e4)'s children have it as a parent ok 277 - got from HTML::Element::Tiny=ARRAY(0x18a37dc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 278 - all HTML::Element::Tiny=ARRAY(0x18a37dc)'s children have it as a parent ok 279 - got from HTML::Element::Tiny=ARRAY(0x18a39c8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 280 - all HTML::Element::Tiny=ARRAY(0x18a39c8)'s children have it as a parent ok 281 - got from HTML::Element::Tiny=ARRAY(0x18a3a94) to HTML::Element::Tiny=ARRAY(0x187a488) ok 282 - all HTML::Element::Tiny=ARRAY(0x18a3a94)'s children have it as a parent ok 283 - got from HTML::Element::Tiny=ARRAY(0x18a3b54) to HTML::Element::Tiny=ARRAY(0x187a488) ok 284 - all HTML::Element::Tiny=ARRAY(0x18a3b54)'s children have it as a parent ok 285 - got from HTML::Element::Tiny=ARRAY(0x18a3a4c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 286 - all HTML::Element::Tiny=ARRAY(0x18a3a4c)'s children have it as a parent ok 287 - got from HTML::Element::Tiny=ARRAY(0x18a4c54) to HTML::Element::Tiny=ARRAY(0x187a488) ok 288 - all HTML::Element::Tiny=ARRAY(0x18a4c54)'s children have it as a parent ok 289 - got from HTML::Element::Tiny=ARRAY(0x18a4d20) to HTML::Element::Tiny=ARRAY(0x187a488) ok 290 - all HTML::Element::Tiny=ARRAY(0x18a4d20)'s children have it as a parent ok 291 - got from HTML::Element::Tiny=ARRAY(0x18a4de0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 292 - all HTML::Element::Tiny=ARRAY(0x18a4de0)'s children have it as a parent ok 293 - got from HTML::Element::Tiny=ARRAY(0x18a4cd8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 294 - all HTML::Element::Tiny=ARRAY(0x18a4cd8)'s children have it as a parent ok 295 - got from HTML::Element::Tiny=ARRAY(0x18a4ec4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 296 - all HTML::Element::Tiny=ARRAY(0x18a4ec4)'s children have it as a parent ok 297 - got from HTML::Element::Tiny=ARRAY(0x18a4f90) to HTML::Element::Tiny=ARRAY(0x187a488) ok 298 - all HTML::Element::Tiny=ARRAY(0x18a4f90)'s children have it as a parent ok 299 - got from HTML::Element::Tiny=ARRAY(0x18a5050) to HTML::Element::Tiny=ARRAY(0x187a488) ok 300 - all HTML::Element::Tiny=ARRAY(0x18a5050)'s children have it as a parent ok 301 - got from HTML::Element::Tiny=ARRAY(0x18a4f48) to HTML::Element::Tiny=ARRAY(0x187a488) ok 302 - all HTML::Element::Tiny=ARRAY(0x18a4f48)'s children have it as a parent ok 303 - got from HTML::Element::Tiny=ARRAY(0x18a5134) to HTML::Element::Tiny=ARRAY(0x187a488) ok 304 - all HTML::Element::Tiny=ARRAY(0x18a5134)'s children have it as a parent ok 305 - got from HTML::Element::Tiny=ARRAY(0x18a5200) to HTML::Element::Tiny=ARRAY(0x187a488) ok 306 - all HTML::Element::Tiny=ARRAY(0x18a5200)'s children have it as a parent ok 307 - got from HTML::Element::Tiny=ARRAY(0x18a52c0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 308 - all HTML::Element::Tiny=ARRAY(0x18a52c0)'s children have it as a parent ok 309 - got from HTML::Element::Tiny=ARRAY(0x18a51b8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 310 - all HTML::Element::Tiny=ARRAY(0x18a51b8)'s children have it as a parent ok 311 - got from HTML::Element::Tiny=ARRAY(0x18a53a4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 312 - all HTML::Element::Tiny=ARRAY(0x18a53a4)'s children have it as a parent ok 313 - got from HTML::Element::Tiny=ARRAY(0x18a5470) to HTML::Element::Tiny=ARRAY(0x187a488) ok 314 - all HTML::Element::Tiny=ARRAY(0x18a5470)'s children have it as a parent ok 315 - got from HTML::Element::Tiny=ARRAY(0x18a5530) to HTML::Element::Tiny=ARRAY(0x187a488) ok 316 - all HTML::Element::Tiny=ARRAY(0x18a5530)'s children have it as a parent ok 317 - got from HTML::Element::Tiny=ARRAY(0x18a5428) to HTML::Element::Tiny=ARRAY(0x187a488) ok 318 - all HTML::Element::Tiny=ARRAY(0x18a5428)'s children have it as a parent ok 319 - got from HTML::Element::Tiny=ARRAY(0x18a5614) to HTML::Element::Tiny=ARRAY(0x187a488) ok 320 - all HTML::Element::Tiny=ARRAY(0x18a5614)'s children have it as a parent ok 321 - got from HTML::Element::Tiny=ARRAY(0x18a56e0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 322 - all HTML::Element::Tiny=ARRAY(0x18a56e0)'s children have it as a parent ok 323 - got from HTML::Element::Tiny=ARRAY(0x18a57a0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 324 - all HTML::Element::Tiny=ARRAY(0x18a57a0)'s children have it as a parent ok 325 - got from HTML::Element::Tiny=ARRAY(0x18a5698) to HTML::Element::Tiny=ARRAY(0x187a488) ok 326 - all HTML::Element::Tiny=ARRAY(0x18a5698)'s children have it as a parent ok 327 - got from HTML::Element::Tiny=ARRAY(0x18a5884) to HTML::Element::Tiny=ARRAY(0x187a488) ok 328 - all HTML::Element::Tiny=ARRAY(0x18a5884)'s children have it as a parent ok 329 - got from HTML::Element::Tiny=ARRAY(0x18a5950) to HTML::Element::Tiny=ARRAY(0x187a488) ok 330 - all HTML::Element::Tiny=ARRAY(0x18a5950)'s children have it as a parent ok 331 - got from HTML::Element::Tiny=ARRAY(0x18a5a10) to HTML::Element::Tiny=ARRAY(0x187a488) ok 332 - all HTML::Element::Tiny=ARRAY(0x18a5a10)'s children have it as a parent ok 333 - got from HTML::Element::Tiny=ARRAY(0x18a5908) to HTML::Element::Tiny=ARRAY(0x187a488) ok 334 - all HTML::Element::Tiny=ARRAY(0x18a5908)'s children have it as a parent ok 335 - got from HTML::Element::Tiny=ARRAY(0x18a5af4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 336 - all HTML::Element::Tiny=ARRAY(0x18a5af4)'s children have it as a parent ok 337 - got from HTML::Element::Tiny=ARRAY(0x18a5bc0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 338 - all HTML::Element::Tiny=ARRAY(0x18a5bc0)'s children have it as a parent ok 339 - got from HTML::Element::Tiny=ARRAY(0x18a6c9c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 340 - all HTML::Element::Tiny=ARRAY(0x18a6c9c)'s children have it as a parent ok 341 - got from HTML::Element::Tiny=ARRAY(0x18a5b78) to HTML::Element::Tiny=ARRAY(0x187a488) ok 342 - all HTML::Element::Tiny=ARRAY(0x18a5b78)'s children have it as a parent ok 343 - got from HTML::Element::Tiny=ARRAY(0x18a6d80) to HTML::Element::Tiny=ARRAY(0x187a488) ok 344 - all HTML::Element::Tiny=ARRAY(0x18a6d80)'s children have it as a parent ok 345 - got from HTML::Element::Tiny=ARRAY(0x18a6e4c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 346 - all HTML::Element::Tiny=ARRAY(0x18a6e4c)'s children have it as a parent ok 347 - got from HTML::Element::Tiny=ARRAY(0x18a6f0c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 348 - all HTML::Element::Tiny=ARRAY(0x18a6f0c)'s children have it as a parent ok 349 - got from HTML::Element::Tiny=ARRAY(0x18a6e04) to HTML::Element::Tiny=ARRAY(0x187a488) ok 350 - all HTML::Element::Tiny=ARRAY(0x18a6e04)'s children have it as a parent ok 351 - got from HTML::Element::Tiny=ARRAY(0x18a6ff0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 352 - all HTML::Element::Tiny=ARRAY(0x18a6ff0)'s children have it as a parent ok 353 - got from HTML::Element::Tiny=ARRAY(0x18a70bc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 354 - all HTML::Element::Tiny=ARRAY(0x18a70bc)'s children have it as a parent ok 355 - got from HTML::Element::Tiny=ARRAY(0x18a717c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 356 - all HTML::Element::Tiny=ARRAY(0x18a717c)'s children have it as a parent ok 357 - got from HTML::Element::Tiny=ARRAY(0x18a7074) to HTML::Element::Tiny=ARRAY(0x187a488) ok 358 - all HTML::Element::Tiny=ARRAY(0x18a7074)'s children have it as a parent ok 359 - got from HTML::Element::Tiny=ARRAY(0x18a7260) to HTML::Element::Tiny=ARRAY(0x187a488) ok 360 - all HTML::Element::Tiny=ARRAY(0x18a7260)'s children have it as a parent ok 361 - got from HTML::Element::Tiny=ARRAY(0x18a732c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 362 - all HTML::Element::Tiny=ARRAY(0x18a732c)'s children have it as a parent ok 363 - got from HTML::Element::Tiny=ARRAY(0x18a73ec) to HTML::Element::Tiny=ARRAY(0x187a488) ok 364 - all HTML::Element::Tiny=ARRAY(0x18a73ec)'s children have it as a parent ok 365 - got from HTML::Element::Tiny=ARRAY(0x18a72e4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 366 - all HTML::Element::Tiny=ARRAY(0x18a72e4)'s children have it as a parent ok 367 - got from HTML::Element::Tiny=ARRAY(0x18a74d0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 368 - all HTML::Element::Tiny=ARRAY(0x18a74d0)'s children have it as a parent ok 369 - got from HTML::Element::Tiny=ARRAY(0x18a759c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 370 - all HTML::Element::Tiny=ARRAY(0x18a759c)'s children have it as a parent ok 371 - got from HTML::Element::Tiny=ARRAY(0x18a765c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 372 - all HTML::Element::Tiny=ARRAY(0x18a765c)'s children have it as a parent ok 373 - got from HTML::Element::Tiny=ARRAY(0x18a7554) to HTML::Element::Tiny=ARRAY(0x187a488) ok 374 - all HTML::Element::Tiny=ARRAY(0x18a7554)'s children have it as a parent ok 375 - got from HTML::Element::Tiny=ARRAY(0x18a7740) to HTML::Element::Tiny=ARRAY(0x187a488) ok 376 - all HTML::Element::Tiny=ARRAY(0x18a7740)'s children have it as a parent ok 377 - got from HTML::Element::Tiny=ARRAY(0x18a780c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 378 - all HTML::Element::Tiny=ARRAY(0x18a780c)'s children have it as a parent ok 379 - got from HTML::Element::Tiny=ARRAY(0x18a78cc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 380 - all HTML::Element::Tiny=ARRAY(0x18a78cc)'s children have it as a parent ok 381 - got from HTML::Element::Tiny=ARRAY(0x18a77c4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 382 - all HTML::Element::Tiny=ARRAY(0x18a77c4)'s children have it as a parent ok 383 - got from HTML::Element::Tiny=ARRAY(0x18a79b0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 384 - all HTML::Element::Tiny=ARRAY(0x18a79b0)'s children have it as a parent ok 385 - got from HTML::Element::Tiny=ARRAY(0x18a7a7c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 386 - all HTML::Element::Tiny=ARRAY(0x18a7a7c)'s children have it as a parent ok 387 - got from HTML::Element::Tiny=ARRAY(0x18a7b3c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 388 - all HTML::Element::Tiny=ARRAY(0x18a7b3c)'s children have it as a parent ok 389 - got from HTML::Element::Tiny=ARRAY(0x18a7a34) to HTML::Element::Tiny=ARRAY(0x187a488) ok 390 - all HTML::Element::Tiny=ARRAY(0x18a7a34)'s children have it as a parent ok 391 - got from HTML::Element::Tiny=ARRAY(0x18aac3c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 392 - all HTML::Element::Tiny=ARRAY(0x18aac3c)'s children have it as a parent ok 393 - got from HTML::Element::Tiny=ARRAY(0x18aad08) to HTML::Element::Tiny=ARRAY(0x187a488) ok 394 - all HTML::Element::Tiny=ARRAY(0x18aad08)'s children have it as a parent ok 395 - got from HTML::Element::Tiny=ARRAY(0x18aadc8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 396 - all HTML::Element::Tiny=ARRAY(0x18aadc8)'s children have it as a parent ok 397 - got from HTML::Element::Tiny=ARRAY(0x18aacc0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 398 - all HTML::Element::Tiny=ARRAY(0x18aacc0)'s children have it as a parent ok 399 - got from HTML::Element::Tiny=ARRAY(0x18aaeac) to HTML::Element::Tiny=ARRAY(0x187a488) ok 400 - all HTML::Element::Tiny=ARRAY(0x18aaeac)'s children have it as a parent ok 401 - got from HTML::Element::Tiny=ARRAY(0x18aaf78) to HTML::Element::Tiny=ARRAY(0x187a488) ok 402 - all HTML::Element::Tiny=ARRAY(0x18aaf78)'s children have it as a parent ok 403 - got from HTML::Element::Tiny=ARRAY(0x18ab038) to HTML::Element::Tiny=ARRAY(0x187a488) ok 404 - all HTML::Element::Tiny=ARRAY(0x18ab038)'s children have it as a parent ok 405 - got from HTML::Element::Tiny=ARRAY(0x18aaf30) to HTML::Element::Tiny=ARRAY(0x187a488) ok 406 - all HTML::Element::Tiny=ARRAY(0x18aaf30)'s children have it as a parent ok 407 - got from HTML::Element::Tiny=ARRAY(0x18ab11c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 408 - all HTML::Element::Tiny=ARRAY(0x18ab11c)'s children have it as a parent ok 409 - got from HTML::Element::Tiny=ARRAY(0x18ab1e8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 410 - all HTML::Element::Tiny=ARRAY(0x18ab1e8)'s children have it as a parent ok 411 - got from HTML::Element::Tiny=ARRAY(0x18ab2a8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 412 - all HTML::Element::Tiny=ARRAY(0x18ab2a8)'s children have it as a parent ok 413 - got from HTML::Element::Tiny=ARRAY(0x18ab1a0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 414 - all HTML::Element::Tiny=ARRAY(0x18ab1a0)'s children have it as a parent ok 415 - got from HTML::Element::Tiny=ARRAY(0x18ab38c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 416 - all HTML::Element::Tiny=ARRAY(0x18ab38c)'s children have it as a parent ok 417 - got from HTML::Element::Tiny=ARRAY(0x18ab458) to HTML::Element::Tiny=ARRAY(0x187a488) ok 418 - all HTML::Element::Tiny=ARRAY(0x18ab458)'s children have it as a parent ok 419 - got from HTML::Element::Tiny=ARRAY(0x18ab518) to HTML::Element::Tiny=ARRAY(0x187a488) ok 420 - all HTML::Element::Tiny=ARRAY(0x18ab518)'s children have it as a parent ok 421 - got from HTML::Element::Tiny=ARRAY(0x18ab410) to HTML::Element::Tiny=ARRAY(0x187a488) ok 422 - all HTML::Element::Tiny=ARRAY(0x18ab410)'s children have it as a parent ok 423 - got from HTML::Element::Tiny=ARRAY(0x18ab5fc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 424 - all HTML::Element::Tiny=ARRAY(0x18ab5fc)'s children have it as a parent ok 425 - got from HTML::Element::Tiny=ARRAY(0x18ab6c8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 426 - all HTML::Element::Tiny=ARRAY(0x18ab6c8)'s children have it as a parent ok 427 - got from HTML::Element::Tiny=ARRAY(0x18ab788) to HTML::Element::Tiny=ARRAY(0x187a488) ok 428 - all HTML::Element::Tiny=ARRAY(0x18ab788)'s children have it as a parent ok 429 - got from HTML::Element::Tiny=ARRAY(0x18ab680) to HTML::Element::Tiny=ARRAY(0x187a488) ok 430 - all HTML::Element::Tiny=ARRAY(0x18ab680)'s children have it as a parent ok 431 - got from HTML::Element::Tiny=ARRAY(0x18ab86c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 432 - all HTML::Element::Tiny=ARRAY(0x18ab86c)'s children have it as a parent ok 433 - got from HTML::Element::Tiny=ARRAY(0x18ab938) to HTML::Element::Tiny=ARRAY(0x187a488) ok 434 - all HTML::Element::Tiny=ARRAY(0x18ab938)'s children have it as a parent ok 435 - got from HTML::Element::Tiny=ARRAY(0x18ab9f8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 436 - all HTML::Element::Tiny=ARRAY(0x18ab9f8)'s children have it as a parent ok 437 - got from HTML::Element::Tiny=ARRAY(0x18ab8f0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 438 - all HTML::Element::Tiny=ARRAY(0x18ab8f0)'s children have it as a parent ok 439 - got from HTML::Element::Tiny=ARRAY(0x18abadc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 440 - all HTML::Element::Tiny=ARRAY(0x18abadc)'s children have it as a parent ok 441 - got from HTML::Element::Tiny=ARRAY(0x18abba8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 442 - all HTML::Element::Tiny=ARRAY(0x18abba8)'s children have it as a parent ok 443 - got from HTML::Element::Tiny=ARRAY(0x18aec84) to HTML::Element::Tiny=ARRAY(0x187a488) ok 444 - all HTML::Element::Tiny=ARRAY(0x18aec84)'s children have it as a parent ok 445 - got from HTML::Element::Tiny=ARRAY(0x18abb60) to HTML::Element::Tiny=ARRAY(0x187a488) ok 446 - all HTML::Element::Tiny=ARRAY(0x18abb60)'s children have it as a parent ok 447 - got from HTML::Element::Tiny=ARRAY(0x18aed68) to HTML::Element::Tiny=ARRAY(0x187a488) ok 448 - all HTML::Element::Tiny=ARRAY(0x18aed68)'s children have it as a parent ok 449 - got from HTML::Element::Tiny=ARRAY(0x18aee34) to HTML::Element::Tiny=ARRAY(0x187a488) ok 450 - all HTML::Element::Tiny=ARRAY(0x18aee34)'s children have it as a parent ok 451 - got from HTML::Element::Tiny=ARRAY(0x18aeef4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 452 - all HTML::Element::Tiny=ARRAY(0x18aeef4)'s children have it as a parent ok 453 - got from HTML::Element::Tiny=ARRAY(0x18aedec) to HTML::Element::Tiny=ARRAY(0x187a488) ok 454 - all HTML::Element::Tiny=ARRAY(0x18aedec)'s children have it as a parent ok 455 - got from HTML::Element::Tiny=ARRAY(0x18aefd8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 456 - all HTML::Element::Tiny=ARRAY(0x18aefd8)'s children have it as a parent ok 457 - got from HTML::Element::Tiny=ARRAY(0x18af0a4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 458 - all HTML::Element::Tiny=ARRAY(0x18af0a4)'s children have it as a parent ok 459 - got from HTML::Element::Tiny=ARRAY(0x18af164) to HTML::Element::Tiny=ARRAY(0x187a488) ok 460 - all HTML::Element::Tiny=ARRAY(0x18af164)'s children have it as a parent ok 461 - got from HTML::Element::Tiny=ARRAY(0x18af05c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 462 - all HTML::Element::Tiny=ARRAY(0x18af05c)'s children have it as a parent ok 463 - got from HTML::Element::Tiny=ARRAY(0x18af248) to HTML::Element::Tiny=ARRAY(0x187a488) ok 464 - all HTML::Element::Tiny=ARRAY(0x18af248)'s children have it as a parent ok 465 - got from HTML::Element::Tiny=ARRAY(0x18af314) to HTML::Element::Tiny=ARRAY(0x187a488) ok 466 - all HTML::Element::Tiny=ARRAY(0x18af314)'s children have it as a parent ok 467 - got from HTML::Element::Tiny=ARRAY(0x18af3d4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 468 - all HTML::Element::Tiny=ARRAY(0x18af3d4)'s children have it as a parent ok 469 - got from HTML::Element::Tiny=ARRAY(0x18af2cc) to HTML::Element::Tiny=ARRAY(0x187a488) ok 470 - all HTML::Element::Tiny=ARRAY(0x18af2cc)'s children have it as a parent ok 471 - got from HTML::Element::Tiny=ARRAY(0x18af4b8) to HTML::Element::Tiny=ARRAY(0x187a488) ok 472 - all HTML::Element::Tiny=ARRAY(0x18af4b8)'s children have it as a parent ok 473 - got from HTML::Element::Tiny=ARRAY(0x18af584) to HTML::Element::Tiny=ARRAY(0x187a488) ok 474 - all HTML::Element::Tiny=ARRAY(0x18af584)'s children have it as a parent ok 475 - got from HTML::Element::Tiny=ARRAY(0x18af644) to HTML::Element::Tiny=ARRAY(0x187a488) ok 476 - all HTML::Element::Tiny=ARRAY(0x18af644)'s children have it as a parent ok 477 - got from HTML::Element::Tiny=ARRAY(0x18af53c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 478 - all HTML::Element::Tiny=ARRAY(0x18af53c)'s children have it as a parent ok 479 - got from HTML::Element::Tiny=ARRAY(0x18af728) to HTML::Element::Tiny=ARRAY(0x187a488) ok 480 - all HTML::Element::Tiny=ARRAY(0x18af728)'s children have it as a parent ok 481 - got from HTML::Element::Tiny=ARRAY(0x18af7f4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 482 - all HTML::Element::Tiny=ARRAY(0x18af7f4)'s children have it as a parent ok 483 - got from HTML::Element::Tiny=ARRAY(0x18af8b4) to HTML::Element::Tiny=ARRAY(0x187a488) ok 484 - all HTML::Element::Tiny=ARRAY(0x18af8b4)'s children have it as a parent ok 485 - got from HTML::Element::Tiny=ARRAY(0x18af7ac) to HTML::Element::Tiny=ARRAY(0x187a488) ok 486 - all HTML::Element::Tiny=ARRAY(0x18af7ac)'s children have it as a parent ok 487 - got from HTML::Element::Tiny=ARRAY(0x18af998) to HTML::Element::Tiny=ARRAY(0x187a488) ok 488 - all HTML::Element::Tiny=ARRAY(0x18af998)'s children have it as a parent ok 489 - got from HTML::Element::Tiny=ARRAY(0x18afa64) to HTML::Element::Tiny=ARRAY(0x187a488) ok 490 - all HTML::Element::Tiny=ARRAY(0x18afa64)'s children have it as a parent ok 491 - got from HTML::Element::Tiny=ARRAY(0x18afb24) to HTML::Element::Tiny=ARRAY(0x187a488) ok 492 - all HTML::Element::Tiny=ARRAY(0x18afb24)'s children have it as a parent ok 493 - got from HTML::Element::Tiny=ARRAY(0x18afa1c) to HTML::Element::Tiny=ARRAY(0x187a488) ok 494 - all HTML::Element::Tiny=ARRAY(0x18afa1c)'s children have it as a parent ok 495 - got from HTML::Element::Tiny=ARRAY(0x18b0c24) to HTML::Element::Tiny=ARRAY(0x187a488) ok 496 - all HTML::Element::Tiny=ARRAY(0x18b0c24)'s children have it as a parent ok 497 - got from HTML::Element::Tiny=ARRAY(0x18b0cf0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 498 - all HTML::Element::Tiny=ARRAY(0x18b0cf0)'s children have it as a parent ok 499 - got from HTML::Element::Tiny=ARRAY(0x18b0db0) to HTML::Element::Tiny=ARRAY(0x187a488) ok 500 - all HTML::Element::Tiny=ARRAY(0x18b0db0)'s children have it as a parent ok 501 # skip need Clone 0.28 ok 502 # skip need Clone 0.28 ok 503 # skip need Clone 0.28 ok 504 # skip need Clone 0.28 ok 505 # skip need Clone 0.28 ok 506 # skip need Clone 0.28 ok 507 # skip need Clone 0.28 ok 508 # skip need Clone 0.28 ok 509 # skip need Clone 0.28 ok 510 # skip need Clone 0.28 ok 511 # skip need Clone 0.28 ok 512 # skip need Clone 0.28 ok 513 # skip need Clone 0.28 ok 514 # skip need Clone 0.28 ok 515 # skip need Clone 0.28 ok 516 # skip need Clone 0.28 ok 517 # skip need Clone 0.28 ok 518 # skip need Clone 0.28 ok 519 # skip need Clone 0.28 ok 520 # skip need Clone 0.28 ok 521 # skip need Clone 0.28 ok 522 # skip need Clone 0.28 ok 523 # skip need Clone 0.28 ok 524 # skip need Clone 0.28 ok 525 # skip need Clone 0.28 ok 526 # skip need Clone 0.28 ok 527 # skip need Clone 0.28 ok 528 # skip need Clone 0.28 ok 529 # skip need Clone 0.28 ok 530 # skip need Clone 0.28 ok 531 # skip need Clone 0.28 ok 532 # skip need Clone 0.28 ok 533 # skip need Clone 0.28 ok 534 # skip need Clone 0.28 ok 535 # skip need Clone 0.28 ok 536 # skip need Clone 0.28 ok 537 # skip need Clone 0.28 ok 538 # skip need Clone 0.28 ok 539 # skip need Clone 0.28 ok 540 # skip need Clone 0.28 ok 541 # skip need Clone 0.28 ok 542 # skip need Clone 0.28 ok 543 # skip need Clone 0.28 ok 544 # skip need Clone 0.28 ok 545 # skip need Clone 0.28 ok 546 # skip need Clone 0.28 ok 547 # skip need Clone 0.28 ok 548 # skip need Clone 0.28 ok 549 # skip need Clone 0.28 ok 550 # skip need Clone 0.28 ok 551 # skip need Clone 0.28 ok 552 # skip need Clone 0.28 ok 553 # skip need Clone 0.28 ok 554 # skip need Clone 0.28 ok 555 # skip need Clone 0.28 ok 556 # skip need Clone 0.28 ok 557 # skip need Clone 0.28 ok 558 # skip need Clone 0.28 ok 559 # skip need Clone 0.28 ok 560 # skip need Clone 0.28 ok 561 # skip need Clone 0.28 ok 562 # skip need Clone 0.28 ok 563 # skip need Clone 0.28 ok 564 # skip need Clone 0.28 ok 565 # skip need Clone 0.28 ok 566 # skip need Clone 0.28 ok 567 # skip need Clone 0.28 ok 568 # skip need Clone 0.28 ok 569 # skip need Clone 0.28 ok 570 # skip need Clone 0.28 ok 571 # skip need Clone 0.28 ok 572 # skip need Clone 0.28 ok 573 # skip need Clone 0.28 ok 574 # skip need Clone 0.28 ok 575 # skip need Clone 0.28 ok 576 # skip need Clone 0.28 ok 577 # skip need Clone 0.28 ok 578 # skip need Clone 0.28 ok 579 # skip need Clone 0.28 ok 580 # skip need Clone 0.28 ok 581 # skip need Clone 0.28 ok 582 # skip need Clone 0.28 ok 583 # skip need Clone 0.28 ok 584 # skip need Clone 0.28 ok 585 # skip need Clone 0.28 ok 586 # skip need Clone 0.28 ok 587 # skip need Clone 0.28 ok 588 # skip need Clone 0.28 ok 589 # skip need Clone 0.28 ok 590 # skip need Clone 0.28 ok 591 # skip need Clone 0.28 ok 592 # skip need Clone 0.28 ok 593 # skip need Clone 0.28 ok 594 # skip need Clone 0.28 ok 595 # skip need Clone 0.28 ok 596 # skip need Clone 0.28 ok 597 # skip need Clone 0.28 ok 598 # skip need Clone 0.28 ok 599 # skip need Clone 0.28 ok 600 # skip need Clone 0.28 ok 601 # skip need Clone 0.28 ok 602 # skip need Clone 0.28 ok 603 # skip need Clone 0.28 ok 604 # skip need Clone 0.28 ok 605 # skip need Clone 0.28 ok 606 # skip need Clone 0.28 ok 607 # skip need Clone 0.28 ok 608 # skip need Clone 0.28 ok 609 # skip need Clone 0.28 ok 610 # skip need Clone 0.28 ok 611 # skip need Clone 0.28 ok 612 # skip need Clone 0.28 ok 613 # skip need Clone 0.28 ok 614 # skip need Clone 0.28 ok 615 # skip need Clone 0.28 ok 616 # skip need Clone 0.28 ok 617 # skip need Clone 0.28 ok 618 # skip need Clone 0.28 ok 619 # skip need Clone 0.28 ok 620 # skip need Clone 0.28 ok 621 # skip need Clone 0.28 ok 622 # skip need Clone 0.28 ok 623 # skip need Clone 0.28 ok 624 # skip need Clone 0.28 ok 625 # skip need Clone 0.28 ok 626 # skip need Clone 0.28 ok 627 # skip need Clone 0.28 ok 628 # skip need Clone 0.28 ok 629 # skip need Clone 0.28 ok 630 # skip need Clone 0.28 ok 631 # skip need Clone 0.28 ok 632 # skip need Clone 0.28 ok 633 # skip need Clone 0.28 ok 634 # skip need Clone 0.28 ok 635 # skip need Clone 0.28 ok 636 # skip need Clone 0.28 ok 637 # skip need Clone 0.28 ok 638 # skip need Clone 0.28 ok 639 # skip need Clone 0.28 ok 640 # skip need Clone 0.28 ok 641 # skip need Clone 0.28 ok 642 # skip need Clone 0.28 ok 643 # skip need Clone 0.28 ok 644 # skip need Clone 0.28 ok 645 # skip need Clone 0.28 ok 646 # skip need Clone 0.28 ok 647 # skip need Clone 0.28 ok 648 # skip need Clone 0.28 ok 649 # skip need Clone 0.28 ok 650 # skip need Clone 0.28 ok 651 # skip need Clone 0.28 ok 652 # skip need Clone 0.28 ok 653 # skip need Clone 0.28 ok 654 # skip need Clone 0.28 ok 655 # skip need Clone 0.28 ok 656 # skip need Clone 0.28 ok 657 # skip need Clone 0.28 ok 658 # skip need Clone 0.28 ok 659 # skip need Clone 0.28 ok 660 # skip need Clone 0.28 ok 661 # skip need Clone 0.28 ok 662 # skip need Clone 0.28 ok 663 # skip need Clone 0.28 ok 664 # skip need Clone 0.28 ok 665 # skip need Clone 0.28 ok 666 # skip need Clone 0.28 ok 667 # skip need Clone 0.28 ok 668 # skip need Clone 0.28 ok 669 # skip need Clone 0.28 ok 670 # skip need Clone 0.28 ok 671 # skip need Clone 0.28 ok 672 # skip need Clone 0.28 ok 673 # skip need Clone 0.28 ok 674 # skip need Clone 0.28 ok 675 # skip need Clone 0.28 ok 676 # skip need Clone 0.28 ok 677 # skip need Clone 0.28 ok 678 # skip need Clone 0.28 ok 679 # skip need Clone 0.28 ok 680 # skip need Clone 0.28 ok 681 # skip need Clone 0.28 ok 682 # skip need Clone 0.28 ok 683 # skip need Clone 0.28 ok 684 # skip need Clone 0.28 ok 685 # skip need Clone 0.28 ok 686 # skip need Clone 0.28 ok 687 # skip need Clone 0.28 ok 688 # skip need Clone 0.28 ok 689 # skip need Clone 0.28 ok 690 # skip need Clone 0.28 ok 691 # skip need Clone 0.28 ok 692 # skip need Clone 0.28 ok 693 # skip need Clone 0.28 ok 694 # skip need Clone 0.28 ok 695 # skip need Clone 0.28 ok 696 # skip need Clone 0.28 ok 697 # skip need Clone 0.28 ok 698 # skip need Clone 0.28 ok 699 # skip need Clone 0.28 ok 700 # skip need Clone 0.28 ok 701 # skip need Clone 0.28 ok 702 # skip need Clone 0.28 ok 703 # skip need Clone 0.28 ok 704 # skip need Clone 0.28 ok 705 # skip need Clone 0.28 ok 706 # skip need Clone 0.28 ok 707 # skip need Clone 0.28 ok 708 # skip need Clone 0.28 ok 709 # skip need Clone 0.28 ok 710 # skip need Clone 0.28 ok 711 # skip need Clone 0.28 ok 712 # skip need Clone 0.28 ok 713 # skip need Clone 0.28 ok 714 # skip need Clone 0.28 ok 715 # skip need Clone 0.28 ok 716 # skip need Clone 0.28 ok 717 # skip need Clone 0.28 ok 718 # skip need Clone 0.28 ok 719 # skip need Clone 0.28 ok 720 # skip need Clone 0.28 ok 721 # skip need Clone 0.28 ok 722 # skip need Clone 0.28 ok 723 # skip need Clone 0.28 ok 724 # skip need Clone 0.28 ok 725 # skip need Clone 0.28 ok 726 # skip need Clone 0.28 ok 727 # skip need Clone 0.28 ok 728 # skip need Clone 0.28 ok 729 # skip need Clone 0.28 ok 730 # skip need Clone 0.28 ok 731 # skip need Clone 0.28 ok 732 # skip need Clone 0.28 ok 733 # skip need Clone 0.28 ok 734 # skip need Clone 0.28 ok 735 # skip need Clone 0.28 ok 736 # skip need Clone 0.28 ok 737 # skip need Clone 0.28 ok 738 # skip need Clone 0.28 ok 739 # skip need Clone 0.28 ok 740 # skip need Clone 0.28 ok 741 # skip need Clone 0.28 ok 742 # skip need Clone 0.28 ok 743 # skip need Clone 0.28 ok 744 # skip need Clone 0.28 ok 745 # skip need Clone 0.28 ok 746 # skip need Clone 0.28 ok 747 # skip need Clone 0.28 ok 748 # skip need Clone 0.28 ok 749 # skip need Clone 0.28 ok 750 # skip need Clone 0.28 ok 751 # skip need Clone 0.28 ok 752 # skip need Clone 0.28 ok 753 # skip need Clone 0.28 ok 754 # skip need Clone 0.28 ok 755 # skip need Clone 0.28 ok 756 # skip need Clone 0.28 ok 757 # skip need Clone 0.28 ok 758 # skip need Clone 0.28 ok 759 # skip need Clone 0.28 ok 760 # skip need Clone 0.28 ok 761 # skip need Clone 0.28 ok 762 # skip need Clone 0.28 ok 763 # skip need Clone 0.28 ok 764 # skip need Clone 0.28 ok 765 # skip need Clone 0.28 ok 766 # skip need Clone 0.28 ok 767 # skip need Clone 0.28 ok 768 # skip need Clone 0.28 ok 769 # skip need Clone 0.28 ok 770 # skip need Clone 0.28 ok 771 # skip need Clone 0.28 ok 772 # skip need Clone 0.28 ok 773 # skip need Clone 0.28 ok 774 # skip need Clone 0.28 ok 775 # skip need Clone 0.28 ok 776 # skip need Clone 0.28 ok 777 # skip need Clone 0.28 ok 778 # skip need Clone 0.28 ok 779 # skip need Clone 0.28 ok 780 # skip need Clone 0.28 ok 781 # skip need Clone 0.28 ok 782 # skip need Clone 0.28 ok 783 # skip need Clone 0.28 ok 784 # skip need Clone 0.28 ok 785 # skip need Clone 0.28 ok 786 # skip need Clone 0.28 ok 787 # skip need Clone 0.28 ok 788 # skip need Clone 0.28 ok 789 # skip need Clone 0.28 ok 790 # skip need Clone 0.28 ok 791 # skip need Clone 0.28 ok 792 # skip need Clone 0.28 ok 793 # skip need Clone 0.28 ok 794 # skip need Clone 0.28 ok 795 # skip need Clone 0.28 ok 796 # skip need Clone 0.28 ok 797 # skip need Clone 0.28 ok 798 # skip need Clone 0.28 ok 799 # skip need Clone 0.28 ok 800 # skip need Clone 0.28 ok 801 # skip need Clone 0.28 ok 802 # skip need Clone 0.28 ok 803 # skip need Clone 0.28 ok 804 # skip need Clone 0.28 ok 805 # skip need Clone 0.28 ok 806 # skip need Clone 0.28 ok 807 # skip need Clone 0.28 ok 808 # skip need Clone 0.28 ok 809 # skip need Clone 0.28 ok 810 # skip need Clone 0.28 ok 811 # skip need Clone 0.28 ok 812 # skip need Clone 0.28 ok 813 # skip need Clone 0.28 ok 814 # skip need Clone 0.28 ok 815 # skip need Clone 0.28 ok 816 # skip need Clone 0.28 ok 817 # skip need Clone 0.28 ok 818 # skip need Clone 0.28 ok 819 # skip need Clone 0.28 ok 820 # skip need Clone 0.28 ok 821 # skip need Clone 0.28 ok 822 # skip need Clone 0.28 ok 823 # skip need Clone 0.28 ok 824 # skip need Clone 0.28 ok 825 # skip need Clone 0.28 ok 826 # skip need Clone 0.28 ok 827 # skip need Clone 0.28 ok 828 # skip need Clone 0.28 ok 829 # skip need Clone 0.28 ok 830 # skip need Clone 0.28 ok 831 # skip need Clone 0.28 ok 832 # skip need Clone 0.28 ok 833 # skip need Clone 0.28 ok 834 # skip need Clone 0.28 ok 835 # skip need Clone 0.28 ok 836 # skip need Clone 0.28 ok 837 # skip need Clone 0.28 ok 838 # skip need Clone 0.28 ok 839 # skip need Clone 0.28 ok 840 # skip need Clone 0.28 ok 841 # skip need Clone 0.28 ok 842 # skip need Clone 0.28 ok 843 # skip need Clone 0.28 ok 844 # skip need Clone 0.28 ok 845 # skip need Clone 0.28 ok 846 # skip need Clone 0.28 ok 847 # skip need Clone 0.28 ok 848 # skip need Clone 0.28 ok 849 # skip need Clone 0.28 ok 850 # skip need Clone 0.28 ok 851 # skip need Clone 0.28 ok 852 # skip need Clone 0.28 ok 853 # skip need Clone 0.28 ok 854 # skip need Clone 0.28 ok 855 # skip need Clone 0.28 ok 856 # skip need Clone 0.28 ok 857 # skip need Clone 0.28 ok 858 # skip need Clone 0.28 ok 859 # skip need Clone 0.28 ok 860 # skip need Clone 0.28 ok 861 # skip need Clone 0.28 ok 862 # skip need Clone 0.28 ok 863 # skip need Clone 0.28 ok 864 # skip need Clone 0.28 ok 865 # skip need Clone 0.28 ok 866 # skip need Clone 0.28 ok 867 # skip need Clone 0.28 ok 868 # skip need Clone 0.28 ok 869 # skip need Clone 0.28 ok 870 # skip need Clone 0.28 ok 871 # skip need Clone 0.28 ok 872 # skip need Clone 0.28 ok 873 # skip need Clone 0.28 ok 874 # skip need Clone 0.28 ok 875 # skip need Clone 0.28 ok 876 # skip need Clone 0.28 ok 877 # skip need Clone 0.28 ok 878 # skip need Clone 0.28 ok 879 # skip need Clone 0.28 ok 880 # skip need Clone 0.28 ok 881 # skip need Clone 0.28 ok 882 # skip need Clone 0.28 ok 883 # skip need Clone 0.28 ok 884 # skip need Clone 0.28 ok 885 # skip need Clone 0.28 ok 886 # skip need Clone 0.28 ok 887 # skip need Clone 0.28 ok 888 # skip need Clone 0.28 ok 889 # skip need Clone 0.28 ok 890 # skip need Clone 0.28 ok 891 # skip need Clone 0.28 ok 892 # skip need Clone 0.28 ok 893 # skip need Clone 0.28 ok 894 # skip need Clone 0.28 ok 895 # skip need Clone 0.28 ok 896 # skip need Clone 0.28 ok 897 # skip need Clone 0.28 ok 898 # skip need Clone 0.28 ok 899 # skip need Clone 0.28 ok 900 # skip need Clone 0.28 ok 901 # skip need Clone 0.28 ok 902 # skip need Clone 0.28 ok 903 # skip need Clone 0.28 ok 904 # skip need Clone 0.28 ok 905 # skip need Clone 0.28 ok 906 # skip need Clone 0.28 ok 907 # skip need Clone 0.28 ok 908 # skip need Clone 0.28 ok 909 # skip need Clone 0.28 ok 910 # skip need Clone 0.28 ok 911 # skip need Clone 0.28 ok 912 # skip need Clone 0.28 ok 913 # skip need Clone 0.28 ok 914 # skip need Clone 0.28 ok 915 # skip need Clone 0.28 ok 916 # skip need Clone 0.28 ok 917 # skip need Clone 0.28 ok 918 # skip need Clone 0.28 ok 919 # skip need Clone 0.28 ok 920 # skip need Clone 0.28 ok 921 # skip need Clone 0.28 ok 922 # skip need Clone 0.28 ok 923 # skip need Clone 0.28 ok 924 # skip need Clone 0.28 ok 925 # skip need Clone 0.28 ok 926 # skip need Clone 0.28 ok 927 # skip need Clone 0.28 ok 928 # skip need Clone 0.28 ok 929 # skip need Clone 0.28 ok 930 # skip need Clone 0.28 ok 931 # skip need Clone 0.28 ok 932 # skip need Clone 0.28 ok 933 # skip need Clone 0.28 ok 934 # skip need Clone 0.28 ok 935 # skip need Clone 0.28 ok 936 # skip need Clone 0.28 ok 937 # skip need Clone 0.28 ok 938 # skip need Clone 0.28 ok 939 # skip need Clone 0.28 ok 940 # skip need Clone 0.28 ok 941 # skip need Clone 0.28 ok 942 # skip need Clone 0.28 ok 943 # skip need Clone 0.28 ok 944 # skip need Clone 0.28 ok 945 # skip need Clone 0.28 ok 946 # skip need Clone 0.28 ok 947 # skip need Clone 0.28 ok 948 # skip need Clone 0.28 ok 949 # skip need Clone 0.28 ok 950 # skip need Clone 0.28 ok 951 # skip need Clone 0.28 ok 952 # skip need Clone 0.28 ok 953 # skip need Clone 0.28 ok 954 # skip need Clone 0.28 ok 955 # skip need Clone 0.28 ok 956 # skip need Clone 0.28 ok 957 # skip need Clone 0.28 ok 958 # skip need Clone 0.28 ok 959 # skip need Clone 0.28 ok 960 # skip need Clone 0.28 ok 961 # skip need Clone 0.28 ok 962 # skip need Clone 0.28 ok 963 # skip need Clone 0.28 ok 964 # skip need Clone 0.28 ok 965 # skip need Clone 0.28 ok 966 # skip need Clone 0.28 ok 967 # skip need Clone 0.28 ok 968 # skip need Clone 0.28 ok 969 # skip need Clone 0.28 ok 970 # skip need Clone 0.28 ok 971 # skip need Clone 0.28 ok 972 # skip need Clone 0.28 ok 973 # skip need Clone 0.28 ok 974 # skip need Clone 0.28 ok 975 # skip need Clone 0.28 ok 976 # skip need Clone 0.28 ok 977 # skip need Clone 0.28 ok 978 # skip need Clone 0.28 ok 979 # skip need Clone 0.28 ok 980 # skip need Clone 0.28 ok 981 # skip need Clone 0.28 ok 982 # skip need Clone 0.28 ok 983 # skip need Clone 0.28 ok 984 # skip need Clone 0.28 ok 985 # skip need Clone 0.28 ok 986 # skip need Clone 0.28 ok 987 # skip need Clone 0.28 ok 988 # skip need Clone 0.28 ok 989 # skip need Clone 0.28 ok 990 # skip need Clone 0.28 ok 991 # skip need Clone 0.28 ok 992 # skip need Clone 0.28 ok 993 # skip need Clone 0.28 ok 994 # skip need Clone 0.28 ok 995 # skip need Clone 0.28 ok 996 # skip need Clone 0.28 ok 997 # skip need Clone 0.28 ok 998 # skip need Clone 0.28 ok 999 # skip need Clone 0.28 ok 1000 # skip need Clone 0.28 1..1000 ok 500/1000 skipped: various reasons t/minimum-perl......1..0 # Skip Test::MinimumVersion not installed skipped all skipped: Test::MinimumVersion not installed t/pod-coverage......1..1 ok 1 - Pod coverage on HTML::Element::Tiny ok t/pod...............1..1 ok 1 - blib/lib/HTML/Element/Tiny.pm ok All tests successful, 1 test and 500 subtests skipped. Files=9, Tests=1067, 2 wallclock secs ( 1.18 cusr + 0.28 csys = 1.46 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/HTML/Element/Tiny.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/HTML/Element/Tiny.pm Installing /Users/cpanrun/build/5.8.8/man/man3/HTML::Element::Tiny.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod