PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2011-01-18T03:38:22 ActivePerl-1200 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.12/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Mon, 17 Jan 2011 22:39:24 GMT Running make for B/BI/BINGOS/File-Fetch-0.32.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/B/BI/BINGOS/File-Fetch-0.32.tar.gz Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\B\BI\BINGOS\File-Fetch-0.32.tar.gz ok File-Fetch-0.32 File-Fetch-0.32/CHANGES File-Fetch-0.32/MANIFEST File-Fetch-0.32/t File-Fetch-0.32/t/01_File-Fetch.t File-Fetch-0.32/t/null_subclass.t File-Fetch-0.32/lib File-Fetch-0.32/lib/File File-Fetch-0.32/lib/File/Fetch.pm File-Fetch-0.32/README File-Fetch-0.32/Makefile.PL File-Fetch-0.32/META.yml CPAN.pm: Going to build B/BI/BINGOS/File-Fetch-0.32.tar.gz >>> C:\Perl64-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Fetch >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/File/Fetch.pm blib\lib\File\Fetch.pm BINGOS/File-Fetch-0.32.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64-5.12\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t ####################### 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:////hostname/share/tmp/foo.txt' ok 26 - 'file' ok (foo.txt) for file:////hostname/share/tmp/foo.txt ok 27 - 'host' ok (hostname) for file:////hostname/share/tmp/foo.txt ok 28 - 'path' ok (/tmp/) for file:////hostname/share/tmp/foo.txt ok 29 - 'scheme' ok (file) for file:////hostname/share/tmp/foo.txt ok 30 - 'share' ok (share) for file:////hostname/share/tmp/foo.txt ok 31 - 'uri' ok (file:////hostname/share/tmp/foo.txt) for file:////hostname/share/tmp/foo.txt ok 32 - Able to parse uri 'file:///D:/tmp/foo.txt' ok 33 - 'file' ok (foo.txt) for file:///D:/tmp/foo.txt ok 34 - 'host' ok () for file:///D:/tmp/foo.txt ok 35 - 'path' ok (/tmp/) for file:///D:/tmp/foo.txt ok 36 - 'scheme' ok (file) for file:///D:/tmp/foo.txt ok 37 - 'uri' ok (file:///D:/tmp/foo.txt) for file:///D:/tmp/foo.txt ok 38 - 'vol' ok (D:) for file:///D:/tmp/foo.txt ok 39 - Able to parse uri 'file:///D|/tmp/foo.txt' ok 40 - 'file' ok (foo.txt) for file:///D|/tmp/foo.txt ok 41 - 'host' ok () for file:///D|/tmp/foo.txt ok 42 - 'path' ok (/tmp/) for file:///D|/tmp/foo.txt ok 43 - 'scheme' ok (file) for file:///D|/tmp/foo.txt ok 44 - 'uri' ok (file:///D|/tmp/foo.txt) for file:///D|/tmp/foo.txt ok 45 - 'vol' ok (D:) for file:///D|/tmp/foo.txt ok 46 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 47 - Object isa File::Fetch ok 48 - Accessor 'file' ok (index.txt) ok 49 - Accessor 'path' ok (/pub/mirror/) ok 50 - Accessor 'scheme' ok (ftp) ok 51 - Accessor 'host' ok (cpan.org) ok 52 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 53 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 54 - Object isa File::Fetch ok 55 - Accessor 'file' ok (MIRRORING.FROM) ok 56 - Accessor 'path' ok (/CPAN/) ok 57 - Accessor 'scheme' ok (rsync) ok 58 - Accessor 'host' ok (cpan.pair.com) ok 59 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 60 - Object for uri 'http://localhost/tmp/index.txt' ok 61 - Object isa File::Fetch ok 62 - Accessor 'file' ok (index.txt) ok 63 - Accessor 'path' ok (/tmp/) ok 64 - Accessor 'scheme' ok (http) ok 65 - Accessor 'host' ok (localhost) ok 66 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 67 - Object for uri 'file://localhost/tmp/index.txt' ok 68 - Object isa File::Fetch ok 69 - Accessor 'host' ok () ok 70 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 71 - Object for uri 'file:////hostname/share/tmp/foo.txt' ok 72 - Object isa File::Fetch ok 73 - Accessor 'share' ok (share) ok 74 - Accessor 'file' ok (foo.txt) ok 75 - Accessor 'path' ok (/tmp/) ok 76 - Accessor 'scheme' ok (file) ok 77 - Accessor 'host' ok (hostname) ok 78 - Accessor 'uri' ok (file:////hostname/share/tmp/foo.txt) ok 79 - Object for uri 'file:///D:/tmp/foo.txt' ok 80 - Object isa File::Fetch ok 81 - Accessor 'vol' ok (D:) ok 82 - Accessor 'file' ok (foo.txt) ok 83 - Accessor 'path' ok (/tmp/) ok 84 - Accessor 'scheme' ok (file) ok 85 - Accessor 'host' ok () ok 86 - Accessor 'uri' ok (file:///D:/tmp/foo.txt) ok 87 - Object for uri 'file:///D|/tmp/foo.txt' ok 88 - Object isa File::Fetch ok 89 - Accessor 'vol' ok (D:) ok 90 - Accessor 'file' ok (foo.txt) ok 91 - Accessor 'path' ok (/tmp/) ok 92 - Accessor 'scheme' ok (file) ok 93 - Accessor 'host' ok () ok 94 - Accessor 'uri' ok (file:///D|/tmp/foo.txt) ok 95 - FF object for file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t (fetch with lwp) ok 96 - Fetching 'file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t' in file mode ok 97 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\01_File-Fetch.t) fetched with lwp (file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t) ok 98 - File has size ok 99 - File has expected name ok 100 - Fetching 'file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t' in slurp mode ok 101 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.ugwQPv\01_File-Fetch.t) fetched with lwp (file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t) ok 102 - Contents slurped ok 103 - File has size ok 104 - File has expected name ok 105 - FF object for file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t (fetch with lftp) ok 106 - Fetching 'file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t' in file mode ok 107 # skip You do not have 'lftp' installed/available ok 108 # skip You do not have 'lftp' installed/available ok 109 # skip You do not have 'lftp' installed/available ok 110 - Fetching 'file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t' in slurp mode ok 111 # skip You do not have 'lftp' installed/available ok 112 # skip You do not have 'lftp' installed/available ok 113 # skip You do not have 'lftp' installed/available ok 114 # skip You do not have 'lftp' installed/available ok 115 - FF object for file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t (fetch with file) ok 116 - Fetching 'file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t' in file mode ok 117 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\01_File-Fetch.t) fetched with file (file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t) ok 118 - File has size ok 119 - File has expected name ok 120 - Fetching 'file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t' in slurp mode ok 121 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.FbsHBL\01_File-Fetch.t) fetched with file (file:///C:/cpanfly-5.12/var/cpan/build/File-Fetch-0.32-Ec99AA/t/01_File-Fetch.t) ok 122 - Contents slurped ok 123 - File has size ok 124 - File has expected name ok 125 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 126 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 127 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 128 - File has size ok 129 - File has expected name ok 130 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 131 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.5LUeTJ\index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 132 - Contents slurped ok 133 - File has size ok 134 - File has expected name ok 135 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 136 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 137 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 138 - File has size ok 139 - File has expected name ok 140 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 141 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.cLTras\index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 142 - Contents slurped ok 143 - File has size ok 144 - File has expected name ok 145 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 146 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 147 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 148 - File has size ok 149 - File has expected name ok 150 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 151 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.s2Q4sM\index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 152 - Contents slurped ok 153 - File has size ok 154 - File has expected name ok 155 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 156 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 157 # skip You do not have 'curl' installed/available ok 158 # skip You do not have 'curl' installed/available ok 159 # skip You do not have 'curl' installed/available ok 160 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 161 # skip You do not have 'curl' installed/available ok 162 # skip You do not have 'curl' installed/available ok 163 # skip You do not have 'curl' installed/available ok 164 # skip You do not have 'curl' installed/available ok 165 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lftp) ok 166 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 167 # skip You do not have 'lftp' installed/available ok 168 # skip You do not have 'lftp' installed/available ok 169 # skip You do not have 'lftp' installed/available ok 170 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 171 # skip You do not have 'lftp' installed/available ok 172 # skip You do not have 'lftp' installed/available ok 173 # skip You do not have 'lftp' installed/available ok 174 # skip You do not have 'lftp' installed/available ok 175 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with fetch) ok 176 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 177 # skip Fetch failed; no network connectivity for 'ftp'? ok 178 # skip Fetch failed; no network connectivity for 'ftp'? ok 179 # skip Fetch failed; no network connectivity for 'ftp'? ok 180 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 181 # skip Fetch failed; no network connectivity for 'ftp'? ok 182 # skip Fetch failed; no network connectivity for 'ftp'? ok 183 # skip Fetch failed; no network connectivity for 'ftp'? ok 184 # skip Fetch failed; no network connectivity for 'ftp'? ok 185 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 186 - Fetching 'http://www.cpan.org/index.html' in file mode ok 187 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with lwp (http://www.cpan.org/index.html) ok 188 - File has size ok 189 - File has expected name ok 190 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 191 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.olRIrT\index.html) fetched with lwp (http://www.cpan.org/index.html) ok 192 - Contents slurped ok 193 - File has size ok 194 - File has expected name ok 195 - FF object for http://www.cpan.org/index.html (fetch with httptiny) ok 196 - Fetching 'http://www.cpan.org/index.html' in file mode ok 197 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with httptiny (http://www.cpan.org/index.html) ok 198 - File has size ok 199 - File has expected name ok 200 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 201 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.GUPWUX\index.html) fetched with httptiny (http://www.cpan.org/index.html) ok 202 - Contents slurped ok 203 - File has size ok 204 - File has expected name ok 205 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 206 - Fetching 'http://www.cpan.org/index.html' in file mode ok 207 # skip You do not have 'wget' installed/available ok 208 # skip You do not have 'wget' installed/available ok 209 # skip You do not have 'wget' installed/available ok 210 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 211 # skip You do not have 'wget' installed/available ok 212 # skip You do not have 'wget' installed/available ok 213 # skip You do not have 'wget' installed/available ok 214 # skip You do not have 'wget' installed/available ok 215 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 216 - Fetching 'http://www.cpan.org/index.html' in file mode ok 217 # skip You do not have 'curl' installed/available ok 218 # skip You do not have 'curl' installed/available ok 219 # skip You do not have 'curl' installed/available ok 220 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 221 # skip You do not have 'curl' installed/available ok 222 # skip You do not have 'curl' installed/available ok 223 # skip You do not have 'curl' installed/available ok 224 # skip You do not have 'curl' installed/available ok 225 - FF object for http://www.cpan.org/index.html (fetch with lftp) ok 226 - Fetching 'http://www.cpan.org/index.html' in file mode ok 227 # skip You do not have 'lftp' installed/available ok 228 # skip You do not have 'lftp' installed/available ok 229 # skip You do not have 'lftp' installed/available ok 230 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 231 # skip You do not have 'lftp' installed/available ok 232 # skip You do not have 'lftp' installed/available ok 233 # skip You do not have 'lftp' installed/available ok 234 # skip You do not have 'lftp' installed/available ok 235 - FF object for http://www.cpan.org/index.html (fetch with fetch) ok 236 - Fetching 'http://www.cpan.org/index.html' in file mode ok 237 # skip Fetch failed; no network connectivity for 'http'? ok 238 # skip Fetch failed; no network connectivity for 'http'? ok 239 # skip Fetch failed; no network connectivity for 'http'? ok 240 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 241 # skip Fetch failed; no network connectivity for 'http'? ok 242 # skip Fetch failed; no network connectivity for 'http'? ok 243 # skip Fetch failed; no network connectivity for 'http'? ok 244 # skip Fetch failed; no network connectivity for 'http'? ok 245 - FF object for http://www.cpan.org/index.html (fetch with lynx) ok 246 - Fetching 'http://www.cpan.org/index.html' in file mode ok 247 # skip You do not have 'lynx' installed/available ok 248 # skip You do not have 'lynx' installed/available ok 249 # skip You do not have 'lynx' installed/available ok 250 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 251 # skip You do not have 'lynx' installed/available 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 - FF object for http://www.cpan.org/index.html (fetch with httplite) ok 256 - Fetching 'http://www.cpan.org/index.html' in file mode ok 257 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with httplite (http://www.cpan.org/index.html) ok 258 - File has size ok 259 - File has expected name ok 260 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 261 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.1qcdkZ\index.html) fetched with httplite (http://www.cpan.org/index.html) ok 262 - Contents slurped ok 263 - File has size ok 264 - File has expected name ok 265 - FF object for http://www.cpan.org/index.html (fetch with iosock) ok 266 - Fetching 'http://www.cpan.org/index.html' in file mode ok 267 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with iosock (http://www.cpan.org/index.html) ok 268 - File has size ok 269 - File has expected name ok 270 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 271 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.SsQ21J\index.html) fetched with iosock (http://www.cpan.org/index.html) ok 272 - Contents slurped ok 273 - File has size ok 274 - File has expected name ok 275 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lwp) ok 276 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 277 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 278 - File has size ok 279 - File has expected name ok 280 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 281 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.6ootBX\index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 282 - Contents slurped ok 283 - File has size ok 284 - File has expected name ok 285 - FF object for http://www.cpan.org/index.html?q=1 (fetch with httptiny) ok 286 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 287 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1) ok 288 - File has size ok 289 - File has expected name ok 290 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 291 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.jSLlfu\index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1) ok 292 - Contents slurped ok 293 - File has size ok 294 - File has expected name ok 295 - FF object for http://www.cpan.org/index.html?q=1 (fetch with wget) ok 296 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 297 # skip You do not have 'wget' installed/available ok 298 # skip You do not have 'wget' installed/available ok 299 # skip You do not have 'wget' installed/available ok 300 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 301 # skip You do not have 'wget' installed/available ok 302 # skip You do not have 'wget' installed/available ok 303 # skip You do not have 'wget' installed/available ok 304 # skip You do not have 'wget' installed/available ok 305 - FF object for http://www.cpan.org/index.html?q=1 (fetch with curl) ok 306 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 307 # skip You do not have 'curl' installed/available ok 308 # skip You do not have 'curl' installed/available ok 309 # skip You do not have 'curl' installed/available ok 310 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 311 # skip You do not have 'curl' installed/available ok 312 # skip You do not have 'curl' installed/available ok 313 # skip You do not have 'curl' installed/available ok 314 # skip You do not have 'curl' installed/available ok 315 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lftp) ok 316 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 317 # skip You do not have 'lftp' installed/available ok 318 # skip You do not have 'lftp' installed/available ok 319 # skip You do not have 'lftp' installed/available ok 320 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 321 # skip You do not have 'lftp' installed/available ok 322 # skip You do not have 'lftp' installed/available ok 323 # skip You do not have 'lftp' installed/available ok 324 # skip You do not have 'lftp' installed/available ok 325 - FF object for http://www.cpan.org/index.html?q=1 (fetch with fetch) ok 326 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 327 # skip Fetch failed; no network connectivity for 'http'? ok 328 # skip Fetch failed; no network connectivity for 'http'? ok 329 # skip Fetch failed; no network connectivity for 'http'? ok 330 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 331 # skip Fetch failed; no network connectivity for 'http'? ok 332 # skip Fetch failed; no network connectivity for 'http'? ok 333 # skip Fetch failed; no network connectivity for 'http'? ok 334 # skip Fetch failed; no network connectivity for 'http'? ok 335 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lynx) ok 336 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 337 # skip You do not have 'lynx' installed/available ok 338 # skip You do not have 'lynx' installed/available ok 339 # skip You do not have 'lynx' installed/available ok 340 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 341 # skip You do not have 'lynx' installed/available ok 342 # skip You do not have 'lynx' installed/available ok 343 # skip You do not have 'lynx' installed/available ok 344 # skip You do not have 'lynx' installed/available ok 345 - FF object for http://www.cpan.org/index.html?q=1 (fetch with httplite) ok 346 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 347 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with httplite (http://www.cpan.org/index.html?q=1) ok 348 - File has size ok 349 - File has expected name ok 350 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 351 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.TWDTa7\index.html) fetched with httplite (http://www.cpan.org/index.html?q=1) ok 352 - Contents slurped ok 353 - File has size ok 354 - File has expected name ok 355 - FF object for http://www.cpan.org/index.html?q=1 (fetch with iosock) ok 356 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 357 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with iosock (http://www.cpan.org/index.html?q=1) ok 358 - File has size ok 359 - File has expected name ok 360 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 361 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.7ZlCzH\index.html) fetched with iosock (http://www.cpan.org/index.html?q=1) ok 362 - Contents slurped ok 363 - File has size ok 364 - File has expected name ok 365 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 366 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 367 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 368 - File has size ok 369 - File has expected name ok 370 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 371 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch._gvmmf\index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 372 - Contents slurped ok 373 - File has size ok 374 - File has expected name ok 375 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with httptiny) ok 376 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 377 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1&y=2) ok 378 - File has size ok 379 - File has expected name ok 380 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 381 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.6Q6jM8\index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1&y=2) ok 382 - Contents slurped ok 383 - File has size ok 384 - File has expected name ok 385 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 386 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 387 # skip You do not have 'wget' installed/available ok 388 # skip You do not have 'wget' installed/available ok 389 # skip You do not have 'wget' installed/available ok 390 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 391 # skip You do not have 'wget' installed/available ok 392 # skip You do not have 'wget' installed/available ok 393 # skip You do not have 'wget' installed/available ok 394 # skip You do not have 'wget' installed/available ok 395 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 396 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 397 # skip You do not have 'curl' installed/available ok 398 # skip You do not have 'curl' installed/available ok 399 # skip You do not have 'curl' installed/available ok 400 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 401 # skip You do not have 'curl' installed/available ok 402 # skip You do not have 'curl' installed/available ok 403 # skip You do not have 'curl' installed/available ok 404 # skip You do not have 'curl' installed/available ok 405 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lftp) ok 406 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 407 # skip You do not have 'lftp' installed/available ok 408 # skip You do not have 'lftp' installed/available ok 409 # skip You do not have 'lftp' installed/available ok 410 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 411 # skip You do not have 'lftp' installed/available ok 412 # skip You do not have 'lftp' installed/available ok 413 # skip You do not have 'lftp' installed/available ok 414 # skip You do not have 'lftp' installed/available ok 415 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with fetch) ok 416 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 417 # skip Fetch failed; no network connectivity for 'http'? ok 418 # skip Fetch failed; no network connectivity for 'http'? ok 419 # skip Fetch failed; no network connectivity for 'http'? ok 420 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 421 # skip Fetch failed; no network connectivity for 'http'? ok 422 # skip Fetch failed; no network connectivity for 'http'? ok 423 # skip Fetch failed; no network connectivity for 'http'? ok 424 # skip Fetch failed; no network connectivity for 'http'? ok 425 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 426 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 427 # skip You do not have 'lynx' installed/available ok 428 # skip You do not have 'lynx' installed/available ok 429 # skip You do not have 'lynx' installed/available ok 430 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 431 # skip You do not have 'lynx' installed/available ok 432 # skip You do not have 'lynx' installed/available ok 433 # skip You do not have 'lynx' installed/available ok 434 # skip You do not have 'lynx' installed/available ok 435 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with httplite) ok 436 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 437 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with httplite (http://www.cpan.org/index.html?q=1&y=2) ok 438 - File has size ok 439 - File has expected name ok 440 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 441 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.K5eWHj\index.html) fetched with httplite (http://www.cpan.org/index.html?q=1&y=2) ok 442 - Contents slurped ok 443 - File has size ok 444 - File has expected name ok 445 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with iosock) ok 446 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 447 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\index.html) fetched with iosock (http://www.cpan.org/index.html?q=1&y=2) ok 448 - File has size ok 449 - File has expected name ok 450 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 451 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch._H5g9Y\index.html) fetched with iosock (http://www.cpan.org/index.html?q=1&y=2) ok 452 - Contents slurped ok 453 - File has size ok 454 - File has expected name ok 455 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 456 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in file mode ok 457 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\tmp\MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 458 - File has size ok 459 - File has expected name ok 460 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in slurp mode ok 461 - File (C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA\t\FileFetch.MATVpJ\MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 462 - Contents slurped ok 463 - File has size ok 464 - File has expected name 1..464 ok t/null_subclass.t .. 1..5 ok 1 - use File::Fetch; ok 2 - The object isa File::Fetch ok 3 - File::Fetch::Subclass->can(...) ok 4 - The object isa File::Fetch::Subclass ok 5 - The object isa File::Fetch ok All tests successful. Files=2, Tests=469, 28 wallclock secs ( 0.11 usr + 0.00 sys = 0.11 CPU) Result: PASS BINGOS/File-Fetch-0.32.tar.gz nmake test TEST_VERBOSE=1 -- OK Chris Williams <chris@bingosnet.co.uk> Generic file fetching code >>> (cd C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA && tar cvf - File-Fetch-0.32.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/B/BI/BINGOS/File-Fetch-0.32.tar.gz File-Fetch-0.32.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm >>> mv C:\cpanfly-5.12\var\cpan\build\File-Fetch-0.32-Ec99AA/File-Fetch-0.32.ppd C:/cpanfly-5.12/var/REPO/B/BI/BINGOS Finished 2011-01-18T03:38:54