Start 2009-06-30T00:54:19 ActivePerl-818 CPAN-1.9402 Going to read '/Users/fly818/var/cpan/Metadata' Database was generated on Mon, 29 Jun 2009 08:27:39 GMT Running make for K/KA/KANE/File-Fetch-0.20.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/K/KA/KANE/File-Fetch-0.20.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/K/KA/KANE/CHECKSUMS Checksum for /Users/fly818/var/cpan/sources/authors/id/K/KA/KANE/File-Fetch-0.20.tar.gz ok Will not use Archive::Tar, need 1.00 File-Fetch-0.20/ File-Fetch-0.20/CHANGES File-Fetch-0.20/lib/ File-Fetch-0.20/lib/File/ File-Fetch-0.20/lib/File/Fetch.pm File-Fetch-0.20/Makefile.PL File-Fetch-0.20/MANIFEST File-Fetch-0.20/META.yml File-Fetch-0.20/README File-Fetch-0.20/t/ File-Fetch-0.20/t/01_File-Fetch.t CPAN.pm: Going to build K/KA/KANE/File-Fetch-0.20.tar.gz >>> /Users/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Fetch >>> make cp lib/File/Fetch.pm blib/lib/File/Fetch.pm Manifying blib/man3/File::Fetch.3 KANE/File-Fetch-0.20.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t Name "File::Fetch::USER_AGENT" used only once: possible typo at t/01_File-Fetch.t line 119. Name "File::Fetch::FROM_EMAIL" used only once: possible typo at t/01_File-Fetch.t line 121. ####################### NOTE ############################## Some of these tests assume you are connected to the internet. If you are not, or if certain protocols or hosts are blocked and/or firewalled, these tests could fail due to no fault of the module itself. ########################################################### t/01_File-Fetch.t .. ok 1 - use File::Fetch; ok 2 - User agent contains version ok 3 - Email contains '@' ok 4 - Able to parse uri 'ftp://cpan.org/pub/mirror/index.txt' ok 5 - 'file' ok (index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 6 - 'host' ok (cpan.org) for ftp://cpan.org/pub/mirror/index.txt ok 7 - 'path' ok (/pub/mirror/) for ftp://cpan.org/pub/mirror/index.txt ok 8 - 'scheme' ok (ftp) for ftp://cpan.org/pub/mirror/index.txt ok 9 - 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 10 - Able to parse uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 11 - 'file' ok (MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 12 - 'host' ok (cpan.pair.com) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 13 - 'path' ok (/CPAN/) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 14 - 'scheme' ok (rsync) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 15 - 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 16 - Able to parse uri 'http://localhost/tmp/index.txt' ok 17 - 'file' ok (index.txt) for http://localhost/tmp/index.txt ok 18 - 'host' ok (localhost) for http://localhost/tmp/index.txt ok 19 - 'path' ok (/tmp/) for http://localhost/tmp/index.txt ok 20 - 'scheme' ok (http) for http://localhost/tmp/index.txt ok 21 - 'uri' ok (http://localhost/tmp/index.txt) for http://localhost/tmp/index.txt ok 22 - Able to parse uri 'file://localhost/tmp/index.txt' ok 23 - 'host' ok () for file://localhost/tmp/index.txt ok 24 - 'uri' ok (file://localhost/tmp/index.txt) for file://localhost/tmp/index.txt ok 25 - Able to parse uri 'file:///usr/local/tmp/foo.txt' ok 26 - 'file' ok (foo.txt) for file:///usr/local/tmp/foo.txt ok 27 - 'host' ok () for file:///usr/local/tmp/foo.txt ok 28 - 'path' ok (/usr/local/tmp/) for file:///usr/local/tmp/foo.txt ok 29 - 'scheme' ok (file) for file:///usr/local/tmp/foo.txt ok 30 - 'uri' ok (file:///usr/local/tmp/foo.txt) for file:///usr/local/tmp/foo.txt ok 31 - Able to parse uri 'file://hostname/tmp/foo.txt' ok 32 - 'file' ok (foo.txt) for file://hostname/tmp/foo.txt ok 33 - 'host' ok (hostname) for file://hostname/tmp/foo.txt ok 34 - 'path' ok (/tmp/) for file://hostname/tmp/foo.txt ok 35 - 'scheme' ok (file) for file://hostname/tmp/foo.txt ok 36 - 'uri' ok (file://hostname/tmp/foo.txt) for file://hostname/tmp/foo.txt ok 37 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 38 - Object isa File::Fetch ok 39 - Accessor 'file' ok (index.txt) ok 40 - Accessor 'path' ok (/pub/mirror/) ok 41 - Accessor 'scheme' ok (ftp) ok 42 - Accessor 'host' ok (cpan.org) ok 43 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 44 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 45 - Object isa File::Fetch ok 46 - Accessor 'file' ok (MIRRORING.FROM) ok 47 - Accessor 'path' ok (/CPAN/) ok 48 - Accessor 'scheme' ok (rsync) ok 49 - Accessor 'host' ok (cpan.pair.com) ok 50 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 51 - Object for uri 'http://localhost/tmp/index.txt' ok 52 - Object isa File::Fetch ok 53 - Accessor 'file' ok (index.txt) ok 54 - Accessor 'path' ok (/tmp/) ok 55 - Accessor 'scheme' ok (http) ok 56 - Accessor 'host' ok (localhost) ok 57 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 58 - Object for uri 'file://localhost/tmp/index.txt' ok 59 - Object isa File::Fetch ok 60 - Accessor 'host' ok () ok 61 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 62 - Object for uri 'file:///usr/local/tmp/foo.txt' ok 63 - Object isa File::Fetch ok 64 - Accessor 'file' ok (foo.txt) ok 65 - Accessor 'path' ok (/usr/local/tmp/) ok 66 - Accessor 'scheme' ok (file) ok 67 - Accessor 'host' ok () ok 68 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) ok 69 - Object for uri 'file://hostname/tmp/foo.txt' ok 70 - Object isa File::Fetch ok 71 - Accessor 'file' ok (foo.txt) ok 72 - Accessor 'path' ok (/tmp/) ok 73 - Accessor 'scheme' ok (file) ok 74 - Accessor 'host' ok (hostname) ok 75 - Accessor 'uri' ok (file://hostname/tmp/foo.txt) ok 76 - FF object for file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t (fetch with lwp) ok 77 - Fetching 'file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t' in file mode ok 78 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/01_File-Fetch.t) fetched with lwp (file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t) ok 79 - File has size ok 80 - File has expected name ok 81 - Fetching 'file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t' in slurp mode ok 82 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.CK25gy/01_File-Fetch.t) fetched with lwp (file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t) ok 83 - Contents slurped ok 84 - File has size ok 85 - File has expected name ok 86 - FF object for file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t (fetch with lftp) ok 87 - Fetching 'file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t' in file mode ok 88 # skip You do not have 'lftp' installed/available ok 89 # skip You do not have 'lftp' installed/available ok 90 # skip You do not have 'lftp' installed/available ok 91 - Fetching 'file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t' in slurp mode ok 92 # skip You do not have 'lftp' installed/available ok 93 # skip You do not have 'lftp' installed/available ok 94 # skip You do not have 'lftp' installed/available ok 95 # skip You do not have 'lftp' installed/available ok 96 - FF object for file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t (fetch with file) ok 97 - Fetching 'file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t' in file mode ok 98 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/01_File-Fetch.t) fetched with file (file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t) ok 99 - File has size ok 100 - File has expected name ok 101 - Fetching 'file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t' in slurp mode ok 102 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.hrBDq0/01_File-Fetch.t) fetched with file (file:///Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/01_File-Fetch.t) ok 103 - Contents slurped ok 104 - File has size ok 105 - File has expected name ok 106 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 107 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 108 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 109 - File has size ok 110 - File has expected name ok 111 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 112 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.z8P5Wl/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 113 - Contents slurped ok 114 - File has size ok 115 - File has expected name ok 116 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 117 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 118 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 119 - File has size ok 120 - File has expected name ok 121 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 122 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.i4BqyX/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 123 - Contents slurped ok 124 - File has size ok 125 - File has expected name ok 126 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 127 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 128 # skip You do not have 'wget' installed/available ok 129 # skip You do not have 'wget' installed/available ok 130 # skip You do not have 'wget' installed/available ok 131 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 132 # skip You do not have 'wget' installed/available ok 133 # skip You do not have 'wget' installed/available ok 134 # skip You do not have 'wget' installed/available ok 135 # skip You do not have 'wget' installed/available ok 136 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 137 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 138 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 139 - File has size ok 140 - File has expected name ok 141 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 142 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.c2queL/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 143 - Contents slurped ok 144 - File has size ok 145 - File has expected name ok 146 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lftp) ok 147 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 148 # skip You do not have 'lftp' installed/available ok 149 # skip You do not have 'lftp' installed/available ok 150 # skip You do not have 'lftp' installed/available ok 151 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 152 # skip You do not have 'lftp' installed/available ok 153 # skip You do not have 'lftp' installed/available ok 154 # skip You do not have 'lftp' installed/available ok 155 # skip You do not have 'lftp' installed/available ok 156 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 157 - Fetching 'http://www.cpan.org/index.html' in file mode ok 158 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 159 - File has size ok 160 - File has expected name ok 161 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 162 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.hQBsu5/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 163 - Contents slurped ok 164 - File has size ok 165 - File has expected name ok 166 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 167 - Fetching 'http://www.cpan.org/index.html' in file mode ok 168 # skip You do not have 'wget' installed/available ok 169 # skip You do not have 'wget' installed/available ok 170 # skip You do not have 'wget' installed/available ok 171 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 172 # skip You do not have 'wget' installed/available ok 173 # skip You do not have 'wget' installed/available ok 174 # skip You do not have 'wget' installed/available ok 175 # skip You do not have 'wget' installed/available ok 176 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 177 - Fetching 'http://www.cpan.org/index.html' in file mode ok 178 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html) ok 179 - File has size ok 180 - File has expected name ok 181 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 182 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.YWJoM6/index.html) fetched with curl (http://www.cpan.org/index.html) ok 183 - Contents slurped ok 184 - File has size ok 185 - File has expected name ok 186 - FF object for http://www.cpan.org/index.html (fetch with lftp) ok 187 - Fetching 'http://www.cpan.org/index.html' in file mode ok 188 # skip You do not have 'lftp' installed/available ok 189 # skip You do not have 'lftp' installed/available ok 190 # skip You do not have 'lftp' installed/available ok 191 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 192 # skip You do not have 'lftp' installed/available ok 193 # skip You do not have 'lftp' installed/available ok 194 # skip You do not have 'lftp' installed/available ok 195 # skip You do not have 'lftp' installed/available ok 196 - FF object for http://www.cpan.org/index.html (fetch with lynx) ok 197 - Fetching 'http://www.cpan.org/index.html' in file mode ok 198 # skip You do not have 'lynx' installed/available ok 199 # skip You do not have 'lynx' installed/available ok 200 # skip You do not have 'lynx' installed/available ok 201 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 202 # skip You do not have 'lynx' installed/available ok 203 # skip You do not have 'lynx' installed/available ok 204 # skip You do not have 'lynx' installed/available ok 205 # skip You do not have 'lynx' installed/available ok 206 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lwp) ok 207 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 208 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 209 - File has size ok 210 - File has expected name ok 211 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 212 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.HWudNe/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 213 - Contents slurped ok 214 - File has size ok 215 - File has expected name ok 216 - FF object for http://www.cpan.org/index.html?q=1 (fetch with wget) ok 217 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 218 # skip You do not have 'wget' installed/available ok 219 # skip You do not have 'wget' installed/available ok 220 # skip You do not have 'wget' installed/available ok 221 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 222 # skip You do not have 'wget' installed/available ok 223 # skip You do not have 'wget' installed/available ok 224 # skip You do not have 'wget' installed/available ok 225 # skip You do not have 'wget' installed/available ok 226 - FF object for http://www.cpan.org/index.html?q=1 (fetch with curl) ok 227 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 228 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1) ok 229 - File has size ok 230 - File has expected name ok 231 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 232 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch._69jdR/index.html) fetched with curl (http://www.cpan.org/index.html?q=1) ok 233 - Contents slurped ok 234 - File has size ok 235 - File has expected name ok 236 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lftp) ok 237 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 238 # skip You do not have 'lftp' installed/available ok 239 # skip You do not have 'lftp' installed/available ok 240 # skip You do not have 'lftp' installed/available ok 241 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 242 # skip You do not have 'lftp' installed/available ok 243 # skip You do not have 'lftp' installed/available ok 244 # skip You do not have 'lftp' installed/available ok 245 # skip You do not have 'lftp' installed/available ok 246 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lynx) ok 247 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 248 # skip You do not have 'lynx' installed/available ok 249 # skip You do not have 'lynx' installed/available ok 250 # skip You do not have 'lynx' installed/available ok 251 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 252 # skip You do not have 'lynx' installed/available ok 253 # skip You do not have 'lynx' installed/available ok 254 # skip You do not have 'lynx' installed/available ok 255 # skip You do not have 'lynx' installed/available ok 256 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 257 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 258 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 259 - File has size ok 260 - File has expected name ok 261 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 262 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.9wYwYe/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 263 - Contents slurped ok 264 - File has size ok 265 - File has expected name ok 266 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 267 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 268 # skip You do not have 'wget' installed/available ok 269 # skip You do not have 'wget' installed/available ok 270 # skip You do not have 'wget' installed/available ok 271 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 272 # skip You do not have 'wget' installed/available ok 273 # skip You do not have 'wget' installed/available ok 274 # skip You do not have 'wget' installed/available ok 275 # skip You do not have 'wget' installed/available ok 276 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 277 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 278 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 279 - File has size ok 280 - File has expected name ok 281 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 282 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.iaDjkh/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 283 - Contents slurped ok 284 - File has size ok 285 - File has expected name ok 286 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lftp) ok 287 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 288 # skip You do not have 'lftp' installed/available ok 289 # skip You do not have 'lftp' installed/available ok 290 # skip You do not have 'lftp' installed/available ok 291 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 292 # skip You do not have 'lftp' installed/available ok 293 # skip You do not have 'lftp' installed/available ok 294 # skip You do not have 'lftp' installed/available ok 295 # skip You do not have 'lftp' installed/available ok 296 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 297 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 298 # skip You do not have 'lynx' installed/available ok 299 # skip You do not have 'lynx' installed/available ok 300 # skip You do not have 'lynx' installed/available ok 301 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 302 # skip You do not have 'lynx' installed/available ok 303 # skip You do not have 'lynx' installed/available ok 304 # skip You do not have 'lynx' installed/available ok 305 # skip You do not have 'lynx' installed/available ok 306 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 307 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in file mode ok 308 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/tmp/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 309 - File has size ok 310 - File has expected name ok 311 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in slurp mode ok 312 - File (/Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/t/FileFetch.nH9mXY/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 313 - Contents slurped ok 314 - File has size ok 315 - File has expected name 1..315 ok All tests successful. Files=1, Tests=315, 28 wallclock secs ( 0.18 usr 0.05 sys + 1.37 cusr 1.70 csys = 3.30 CPU) Result: PASS KANE/File-Fetch-0.20.tar.gz make test TEST_VERBOSE=1 -- OK Jos Boumans <kane@cpan.org> Generic file fetching code >>> (cd /Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm && tar cvf - File-Fetch-0.20.ppd blib) | gzip -c >/Users/fly818/var/REPO/K/KA/KANE/File-Fetch-0.20.tar.gz File-Fetch-0.20.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm blib/man3/ blib/man3/File::Fetch.3 >>> mv /Users/fly818/var/cpan/build/File-Fetch-0.20-tkcbkm/File-Fetch-0.20.ppd /Users/fly818/var/REPO/K/KA/KANE Finished 2009-06-30T00:54:55