Checking if your kit is complete... Looks good Writing Makefile for Path::Lite cp lib/Path/Lite.pm blib/lib/Path/Lite.pm Manifying blib/man3/Path::Lite.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........1..1 ok 1 - use Path::Lite; # Testing Path::Lite 0.07, Perl 5.010000, /Users/cpanrun/build/5.10.0/bin/perl ok t/01-Path-Lite....ok 1 - 0: ref(Path::Lite->new) is Path::Lite ok 2 - 1: ref(Path::Lite->new( qw!/! )) is Path::Lite ok 3 - 2: ref(Path::Lite->new( qw!a! )) is Path::Lite ok 4 - 3: ref(Path::Lite->new( qw!/a! )) is Path::Lite ok 5 - 4: ref(Path::Lite->new( qw!a b! )) is Path::Lite ok 6 - 5: ref(Path::Lite->new( qw!/a b! )) is Path::Lite ok 7 - 6: ref(Path::Lite->new( qw!a b c! )) is Path::Lite ok 8 - 7: ref(Path::Lite->new( qw!/a b c! )) is Path::Lite ok 9 - 8: ref(Path::Lite->new( qw!a b c! )->set) is Path::Lite ok 10 - 9: ref(Path::Lite->new( qw!/a b c! )->set) is Path::Lite ok 11 - 10: ref(Path::Lite->new( qw!a b c! )->push( qw!d! )) is Path::Lite ok 12 - 0: Path::Lite->new->clone is ok 13 - 1: Path::Lite->new( qw!/! )->clone is / ok 14 - 2: Path::Lite->new( qw!a! )->clone is a ok 15 - 3: Path::Lite->new( qw!/a! )->clone is /a ok 16 - 4: Path::Lite->new( qw!a b! )->clone is a/b ok 17 - 5: Path::Lite->new( qw!/a b! )->clone is /a/b ok 18 - 6: Path::Lite->new( qw!a b c! )->clone is a/b/c ok 19 - 7: Path::Lite->new( qw!/a b c! )->clone is /a/b/c ok 20 - 8: Path::Lite->new( qw!a b c! )->set->clone is ok 21 - 9: Path::Lite->new( qw!/a b c! )->set->clone is ok 22 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->clone is a/b/c/d ok 23 - 0: Path::Lite->new->set() is ok 24 - 1: Path::Lite->new( qw!/! )->set() is ok 25 - 2: Path::Lite->new( qw!a! )->set() is ok 26 - 3: Path::Lite->new( qw!/a! )->set() is ok 27 - 4: Path::Lite->new( qw!a b! )->set() is ok 28 - 5: Path::Lite->new( qw!/a b! )->set() is ok 29 - 6: Path::Lite->new( qw!a b c! )->set() is ok 30 - 7: Path::Lite->new( qw!/a b c! )->set() is ok 31 - 8: Path::Lite->new( qw!a b c! )->set->set() is ok 32 - 9: Path::Lite->new( qw!/a b c! )->set->set() is ok 33 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->set() is ok 34 - 0: Path::Lite->new->set(qw!a/!) is a ok 35 - 1: Path::Lite->new( qw!/! )->set(qw!a/!) is a ok 36 - 2: Path::Lite->new( qw!a! )->set(qw!a/!) is a ok 37 - 3: Path::Lite->new( qw!/a! )->set(qw!a/!) is a ok 38 - 4: Path::Lite->new( qw!a b! )->set(qw!a/!) is a ok 39 - 5: Path::Lite->new( qw!/a b! )->set(qw!a/!) is a ok 40 - 6: Path::Lite->new( qw!a b c! )->set(qw!a/!) is a ok 41 - 7: Path::Lite->new( qw!/a b c! )->set(qw!a/!) is a ok 42 - 8: Path::Lite->new( qw!a b c! )->set->set(qw!a/!) is a ok 43 - 9: Path::Lite->new( qw!/a b c! )->set->set(qw!a/!) is a ok 44 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->set(qw!a/!) is a ok 45 - 0: Path::Lite->new->set(qw!/a!) is /a ok 46 - 1: Path::Lite->new( qw!/! )->set(qw!/a!) is /a ok 47 - 2: Path::Lite->new( qw!a! )->set(qw!/a!) is /a ok 48 - 3: Path::Lite->new( qw!/a! )->set(qw!/a!) is /a ok 49 - 4: Path::Lite->new( qw!a b! )->set(qw!/a!) is /a ok 50 - 5: Path::Lite->new( qw!/a b! )->set(qw!/a!) is /a ok 51 - 6: Path::Lite->new( qw!a b c! )->set(qw!/a!) is /a ok 52 - 7: Path::Lite->new( qw!/a b c! )->set(qw!/a!) is /a ok 53 - 8: Path::Lite->new( qw!a b c! )->set->set(qw!/a!) is /a ok 54 - 9: Path::Lite->new( qw!/a b c! )->set->set(qw!/a!) is /a ok 55 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->set(qw!/a!) is /a ok 56 - 0: Path::Lite->new->set(qw!a b!) is a/b ok 57 - 1: Path::Lite->new( qw!/! )->set(qw!a b!) is a/b ok 58 - 2: Path::Lite->new( qw!a! )->set(qw!a b!) is a/b ok 59 - 3: Path::Lite->new( qw!/a! )->set(qw!a b!) is a/b ok 60 - 4: Path::Lite->new( qw!a b! )->set(qw!a b!) is a/b ok 61 - 5: Path::Lite->new( qw!/a b! )->set(qw!a b!) is a/b ok 62 - 6: Path::Lite->new( qw!a b c! )->set(qw!a b!) is a/b ok 63 - 7: Path::Lite->new( qw!/a b c! )->set(qw!a b!) is a/b ok 64 - 8: Path::Lite->new( qw!a b c! )->set->set(qw!a b!) is a/b ok 65 - 9: Path::Lite->new( qw!/a b c! )->set->set(qw!a b!) is a/b ok 66 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->set(qw!a b!) is a/b ok 67 - 0: Path::Lite->new->set(qw!/a b!) is /a/b ok 68 - 1: Path::Lite->new( qw!/! )->set(qw!/a b!) is /a/b ok 69 - 2: Path::Lite->new( qw!a! )->set(qw!/a b!) is /a/b ok 70 - 3: Path::Lite->new( qw!/a! )->set(qw!/a b!) is /a/b ok 71 - 4: Path::Lite->new( qw!a b! )->set(qw!/a b!) is /a/b ok 72 - 5: Path::Lite->new( qw!/a b! )->set(qw!/a b!) is /a/b ok 73 - 6: Path::Lite->new( qw!a b c! )->set(qw!/a b!) is /a/b ok 74 - 7: Path::Lite->new( qw!/a b c! )->set(qw!/a b!) is /a/b ok 75 - 8: Path::Lite->new( qw!a b c! )->set->set(qw!/a b!) is /a/b ok 76 - 9: Path::Lite->new( qw!/a b c! )->set->set(qw!/a b!) is /a/b ok 77 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->set(qw!/a b!) is /a/b ok 78 - 0: Path::Lite->new->set(qw!/a b c/!) is /a/b/c ok 79 - 1: Path::Lite->new( qw!/! )->set(qw!/a b c/!) is /a/b/c ok 80 - 2: Path::Lite->new( qw!a! )->set(qw!/a b c/!) is /a/b/c ok 81 - 3: Path::Lite->new( qw!/a! )->set(qw!/a b c/!) is /a/b/c ok 82 - 4: Path::Lite->new( qw!a b! )->set(qw!/a b c/!) is /a/b/c ok 83 - 5: Path::Lite->new( qw!/a b! )->set(qw!/a b c/!) is /a/b/c ok 84 - 6: Path::Lite->new( qw!a b c! )->set(qw!/a b c/!) is /a/b/c ok 85 - 7: Path::Lite->new( qw!/a b c! )->set(qw!/a b c/!) is /a/b/c ok 86 - 8: Path::Lite->new( qw!a b c! )->set->set(qw!/a b c/!) is /a/b/c ok 87 - 9: Path::Lite->new( qw!/a b c! )->set->set(qw!/a b c/!) is /a/b/c ok 88 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->set(qw!/a b c/!) is /a/b/c ok 89 - 0: Path::Lite->new->is_empty is 1 ok 90 - 1: Path::Lite->new( qw!/! )->is_empty is ok 91 - 2: Path::Lite->new( qw!a! )->is_empty is ok 92 - 3: Path::Lite->new( qw!/a! )->is_empty is ok 93 - 4: Path::Lite->new( qw!a b! )->is_empty is ok 94 - 5: Path::Lite->new( qw!/a b! )->is_empty is ok 95 - 6: Path::Lite->new( qw!a b c! )->is_empty is ok 96 - 7: Path::Lite->new( qw!/a b c! )->is_empty is ok 97 - 8: Path::Lite->new( qw!a b c! )->set->is_empty is 1 ok 98 - 9: Path::Lite->new( qw!/a b c! )->set->is_empty is 1 ok 99 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->is_empty is ok 100 - 0: Path::Lite->new->is_root is ok 101 - 1: Path::Lite->new( qw!/! )->is_root is 1 ok 102 - 2: Path::Lite->new( qw!a! )->is_root is ok 103 - 3: Path::Lite->new( qw!/a! )->is_root is ok 104 - 4: Path::Lite->new( qw!a b! )->is_root is ok 105 - 5: Path::Lite->new( qw!/a b! )->is_root is ok 106 - 6: Path::Lite->new( qw!a b c! )->is_root is ok 107 - 7: Path::Lite->new( qw!/a b c! )->is_root is ok 108 - 8: Path::Lite->new( qw!a b c! )->set->is_root is ok 109 - 9: Path::Lite->new( qw!/a b c! )->set->is_root is ok 110 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->is_root is ok 111 - 0: Path::Lite->new->is_tree is ok 112 - 1: Path::Lite->new( qw!/! )->is_tree is 1 ok 113 - 2: Path::Lite->new( qw!a! )->is_tree is ok 114 - 3: Path::Lite->new( qw!/a! )->is_tree is 1 ok 115 - 4: Path::Lite->new( qw!a b! )->is_tree is ok 116 - 5: Path::Lite->new( qw!/a b! )->is_tree is 1 ok 117 - 6: Path::Lite->new( qw!a b c! )->is_tree is ok 118 - 7: Path::Lite->new( qw!/a b c! )->is_tree is 1 ok 119 - 8: Path::Lite->new( qw!a b c! )->set->is_tree is ok 120 - 9: Path::Lite->new( qw!/a b c! )->set->is_tree is ok 121 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->is_tree is ok 122 - 0: Path::Lite->new->is_branch is ok 123 - 1: Path::Lite->new( qw!/! )->is_branch is ok 124 - 2: Path::Lite->new( qw!a! )->is_branch is 1 ok 125 - 3: Path::Lite->new( qw!/a! )->is_branch is ok 126 - 4: Path::Lite->new( qw!a b! )->is_branch is 1 ok 127 - 5: Path::Lite->new( qw!/a b! )->is_branch is ok 128 - 6: Path::Lite->new( qw!a b c! )->is_branch is 1 ok 129 - 7: Path::Lite->new( qw!/a b c! )->is_branch is ok 130 - 8: Path::Lite->new( qw!a b c! )->set->is_branch is ok 131 - 9: Path::Lite->new( qw!/a b c! )->set->is_branch is ok 132 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->is_branch is 1 ok 133 - 0: Path::Lite->new->to_tree is / ok 134 - 1: Path::Lite->new( qw!/! )->to_tree is / ok 135 - 2: Path::Lite->new( qw!a! )->to_tree is /a ok 136 - 3: Path::Lite->new( qw!/a! )->to_tree is /a ok 137 - 4: Path::Lite->new( qw!a b! )->to_tree is /a/b ok 138 - 5: Path::Lite->new( qw!/a b! )->to_tree is /a/b ok 139 - 6: Path::Lite->new( qw!a b c! )->to_tree is /a/b/c ok 140 - 7: Path::Lite->new( qw!/a b c! )->to_tree is /a/b/c ok 141 - 8: Path::Lite->new( qw!a b c! )->set->to_tree is / ok 142 - 9: Path::Lite->new( qw!/a b c! )->set->to_tree is / ok 143 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->to_tree is /a/b/c/d ok 144 - 0: Path::Lite->new->to_branch is ok 145 - 1: Path::Lite->new( qw!/! )->to_branch is ok 146 - 2: Path::Lite->new( qw!a! )->to_branch is a ok 147 - 3: Path::Lite->new( qw!/a! )->to_branch is a ok 148 - 4: Path::Lite->new( qw!a b! )->to_branch is a/b ok 149 - 5: Path::Lite->new( qw!/a b! )->to_branch is a/b ok 150 - 6: Path::Lite->new( qw!a b c! )->to_branch is a/b/c ok 151 - 7: Path::Lite->new( qw!/a b c! )->to_branch is a/b/c ok 152 - 8: Path::Lite->new( qw!a b c! )->set->to_branch is ok 153 - 9: Path::Lite->new( qw!/a b c! )->set->to_branch is ok 154 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->to_branch is a/b/c/d ok 155 - 0: Path::Lite->new->list is [] ok 156 - 1: Path::Lite->new( qw!/! )->list is ['/'] ok 157 - 2: Path::Lite->new( qw!a! )->list is ['a'] ok 158 - 3: Path::Lite->new( qw!/a! )->list is ['/a'] ok 159 - 4: Path::Lite->new( qw!a b! )->list is ['a','b'] ok 160 - 5: Path::Lite->new( qw!/a b! )->list is ['/a','b'] ok 161 - 6: Path::Lite->new( qw!a b c! )->list is ['a','b','c'] ok 162 - 7: Path::Lite->new( qw!/a b c! )->list is ['/a','b','c'] ok 163 - 8: Path::Lite->new( qw!a b c! )->set->list is [] ok 164 - 9: Path::Lite->new( qw!/a b c! )->set->list is [] ok 165 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->list is ['a','b','c','d'] ok 166 - 0: Path::Lite->new->first is undef ok 167 - 1: Path::Lite->new( qw!/! )->first is ['/'] ok 168 - 2: Path::Lite->new( qw!a! )->first is ['a'] ok 169 - 3: Path::Lite->new( qw!/a! )->first is ['/a'] ok 170 - 4: Path::Lite->new( qw!a b! )->first is ['a'] ok 171 - 5: Path::Lite->new( qw!/a b! )->first is ['/a'] ok 172 - 6: Path::Lite->new( qw!a b c! )->first is ['a'] ok 173 - 7: Path::Lite->new( qw!/a b c! )->first is ['/a'] ok 174 - 8: Path::Lite->new( qw!a b c! )->set->first is [] ok 175 - 9: Path::Lite->new( qw!/a b c! )->set->first is [] ok 176 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->first is ['a'] ok 177 - 0: Path::Lite->new->last is undef ok 178 - 1: Path::Lite->new( qw!/! )->last is ['/'] ok 179 - 2: Path::Lite->new( qw!a! )->last is ['a'] ok 180 - 3: Path::Lite->new( qw!/a! )->last is ['/a'] ok 181 - 4: Path::Lite->new( qw!a b! )->last is ['b'] ok 182 - 5: Path::Lite->new( qw!/a b! )->last is ['b'] ok 183 - 6: Path::Lite->new( qw!a b c! )->last is ['c'] ok 184 - 7: Path::Lite->new( qw!/a b c! )->last is ['c'] ok 185 - 8: Path::Lite->new( qw!a b c! )->set->last is [] ok 186 - 9: Path::Lite->new( qw!/a b c! )->set->last is [] ok 187 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->last is ['d'] ok 188 - 0: Path::Lite->new->get is ok 189 - 1: Path::Lite->new( qw!/! )->get is / ok 190 - 2: Path::Lite->new( qw!a! )->get is a ok 191 - 3: Path::Lite->new( qw!/a! )->get is /a ok 192 - 4: Path::Lite->new( qw!a b! )->get is a/b ok 193 - 5: Path::Lite->new( qw!/a b! )->get is /a/b ok 194 - 6: Path::Lite->new( qw!a b c! )->get is a/b/c ok 195 - 7: Path::Lite->new( qw!/a b c! )->get is /a/b/c ok 196 - 8: Path::Lite->new( qw!a b c! )->set->get is ok 197 - 9: Path::Lite->new( qw!/a b c! )->set->get is ok 198 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->get is a/b/c/d ok 199 - ::refaddr($::c) == ::refaddr($::d) is 1 ok 200 - 0: Path::Lite->new->push( qw |e| ) is e ok 201 - 1: Path::Lite->new( qw!/! )->push( qw |e| ) is /e ok 202 - 2: Path::Lite->new( qw!a! )->push( qw |e| ) is a/e ok 203 - 3: Path::Lite->new( qw!/a! )->push( qw |e| ) is /a/e ok 204 - 4: Path::Lite->new( qw!a b! )->push( qw |e| ) is a/b/e ok 205 - 5: Path::Lite->new( qw!/a b! )->push( qw |e| ) is /a/b/e ok 206 - 6: Path::Lite->new( qw!a b c! )->push( qw |e| ) is a/b/c/e ok 207 - 7: Path::Lite->new( qw!/a b c! )->push( qw |e| ) is /a/b/c/e ok 208 - 8: Path::Lite->new( qw!a b c! )->set->push( qw |e| ) is e ok 209 - 9: Path::Lite->new( qw!/a b c! )->set->push( qw |e| ) is e ok 210 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->push( qw |e| ) is a/b/c/d/e ok 211 - ::refaddr($::c) == ::refaddr($::d) is ok 212 - 0: Path::Lite->new->child( qw|e| ) is e ok 213 - 1: Path::Lite->new( qw!/! )->child( qw|e| ) is /e ok 214 - 2: Path::Lite->new( qw!a! )->child( qw|e| ) is a/e ok 215 - 3: Path::Lite->new( qw!/a! )->child( qw|e| ) is /a/e ok 216 - 4: Path::Lite->new( qw!a b! )->child( qw|e| ) is a/b/e ok 217 - 5: Path::Lite->new( qw!/a b! )->child( qw|e| ) is /a/b/e ok 218 - 6: Path::Lite->new( qw!a b c! )->child( qw|e| ) is a/b/c/e ok 219 - 7: Path::Lite->new( qw!/a b c! )->child( qw|e| ) is /a/b/c/e ok 220 - 8: Path::Lite->new( qw!a b c! )->set->child( qw|e| ) is e ok 221 - 9: Path::Lite->new( qw!/a b c! )->set->child( qw|e| ) is e ok 222 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->child( qw|e| ) is a/b/c/d/e ok 223 - 0: Path::Lite->new->pop is ok 224 - 1: Path::Lite->new( qw!/! )->pop is ok 225 - 2: Path::Lite->new( qw!a! )->pop is a ok 226 - 3: Path::Lite->new( qw!/a! )->pop is a ok 227 - 4: Path::Lite->new( qw!a b! )->pop is b ok 228 - 5: Path::Lite->new( qw!/a b! )->pop is b ok 229 - 6: Path::Lite->new( qw!a b c! )->pop is c ok 230 - 7: Path::Lite->new( qw!/a b c! )->pop is c ok 231 - 8: Path::Lite->new( qw!a b c! )->set->pop is ok 232 - 9: Path::Lite->new( qw!/a b c! )->set->pop is ok 233 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->pop is d ok 234 - 0: Path::Lite->new->pop(2) is ok 235 - 1: Path::Lite->new( qw!/! )->pop(2) is ok 236 - 2: Path::Lite->new( qw!a! )->pop(2) is a ok 237 - 3: Path::Lite->new( qw!/a! )->pop(2) is a ok 238 - 4: Path::Lite->new( qw!a b! )->pop(2) is a/b ok 239 - 5: Path::Lite->new( qw!/a b! )->pop(2) is a/b ok 240 - 6: Path::Lite->new( qw!a b c! )->pop(2) is b/c ok 241 - 7: Path::Lite->new( qw!/a b c! )->pop(2) is b/c ok 242 - 8: Path::Lite->new( qw!a b c! )->set->pop(2) is ok 243 - 9: Path::Lite->new( qw!/a b c! )->set->pop(2) is ok 244 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->pop(2) is c/d ok 245 - 0: Path::Lite->new->up is ok 246 - 1: Path::Lite->new( qw!/! )->up is / ok 247 - 2: Path::Lite->new( qw!a! )->up is ok 248 - 3: Path::Lite->new( qw!/a! )->up is / ok 249 - 4: Path::Lite->new( qw!a b! )->up is a ok 250 - 5: Path::Lite->new( qw!/a b! )->up is /a ok 251 - 6: Path::Lite->new( qw!a b c! )->up is a/b ok 252 - 7: Path::Lite->new( qw!/a b c! )->up is /a/b ok 253 - 8: Path::Lite->new( qw!a b c! )->set->up is ok 254 - 9: Path::Lite->new( qw!/a b c! )->set->up is ok 255 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->up is a/b/c ok 256 - 0: Path::Lite->new->up(2) is ok 257 - 1: Path::Lite->new( qw!/! )->up(2) is / ok 258 - 2: Path::Lite->new( qw!a! )->up(2) is ok 259 - 3: Path::Lite->new( qw!/a! )->up(2) is / ok 260 - 4: Path::Lite->new( qw!a b! )->up(2) is ok 261 - 5: Path::Lite->new( qw!/a b! )->up(2) is / ok 262 - 6: Path::Lite->new( qw!a b c! )->up(2) is a ok 263 - 7: Path::Lite->new( qw!/a b c! )->up(2) is /a ok 264 - 8: Path::Lite->new( qw!a b c! )->set->up(2) is ok 265 - 9: Path::Lite->new( qw!/a b c! )->set->up(2) is ok 266 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->up(2) is a/b ok 267 - 0: Path::Lite->new->parent is ok 268 - 1: Path::Lite->new( qw!/! )->parent is / ok 269 - 2: Path::Lite->new( qw!a! )->parent is ok 270 - 3: Path::Lite->new( qw!/a! )->parent is / ok 271 - 4: Path::Lite->new( qw!a b! )->parent is a ok 272 - 5: Path::Lite->new( qw!/a b! )->parent is /a ok 273 - 6: Path::Lite->new( qw!a b c! )->parent is a/b ok 274 - 7: Path::Lite->new( qw!/a b c! )->parent is /a/b ok 275 - 8: Path::Lite->new( qw!a b c! )->set->parent is ok 276 - 9: Path::Lite->new( qw!/a b c! )->set->parent is ok 277 - 10: Path::Lite->new( qw!a b c! )->push( qw!d! )->parent is a/b/c 1..277 ok t/boilerplate.....1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/Path/Lite.pm contains no boilerplate text ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib/lib/Path/Lite.pm ok All tests successful, 1 test skipped. Files=5, Tests=282, 1 wallclock secs ( 0.95 cusr + 0.18 csys = 1.13 CPU) make: *** [htmlifypods] Hangup