Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. Installing C:\cpanrun-5.8\build\5-8-0\site\lib\File\Fetch.pm Writing C:\cpanrun-5.8\build\5-8-0\site\lib\auto\File\Fetch\.packlist Appending installation info to C:\cpanrun-5.8\build\5-8-0\lib/perllocal.pod ###### 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 will fail due to no fault of the module itself. ########################################################### ok 1 - use File::Fetch; ok 2 - Able to parse uri 'ftp://cpan.org/pub/mirror/index.txt' ok 3 - 'file' ok (index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 4 - 'host' ok (cpan.org) for ftp://cpan.org/pub/mirror/index.txt ok 5 - 'path' ok (/pub/mirror/) for ftp://cpan.org/pub/mirror/index.txt ok 6 - 'scheme' ok (ftp) for ftp://cpan.org/pub/mirror/index.txt ok 7 - 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 8 - Able to parse uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 9 - 'file' ok (MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 10 - 'host' ok (cpan.pair.com) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 11 - 'path' ok (/CPAN/) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 12 - 'scheme' ok (rsync) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 13 - 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 14 - Able to parse uri 'http://localhost/tmp/index.txt' ok 15 - 'file' ok (index.txt) for http://localhost/tmp/index.txt ok 16 - 'host' ok (localhost) for http://localhost/tmp/index.txt ok 17 - 'path' ok (/tmp/) for http://localhost/tmp/index.txt ok 18 - 'scheme' ok (http) for http://localhost/tmp/index.txt ok 19 - 'uri' ok (http://localhost/tmp/index.txt) for http://localhost/tmp/index.txt ok 20 - Able to parse uri 'file://localhost/tmp/index.txt' ok 21 - 'host' ok () for file://localhost/tmp/index.txt ok 22 - 'uri' ok (file://localhost/tmp/index.txt) for file://localhost/tmp/index.txt ok 23 - Able to parse uri 'file:////hostname/share/tmp/foo.txt' ok 24 - 'file' ok (foo.txt) for file:////hostname/share/tmp/foo.txt ok 25 - 'host' ok (hostname) for file:////hostname/share/tmp/foo.txt ok 26 - 'path' ok (/tmp/) for file:////hostname/share/tmp/foo.txt ok 27 - 'scheme' ok (file) for file:////hostname/share/tmp/foo.txt ok 28 - 'share' ok (share) for file:////hostname/share/tmp/foo.txt ok 29 - 'uri' ok (file:////hostname/share/tmp/foo.txt) for file:////hostname/share/tmp/foo.txt ok 30 - Able to parse uri 'file:///D:/tmp/foo.txt' ok 31 - 'file' ok (foo.txt) for file:///D:/tmp/foo.txt ok 32 - 'host' ok () for file:///D:/tmp/foo.txt ok 33 - 'path' ok (/tmp/) for file:///D:/tmp/foo.txt ok 34 - 'scheme' ok (file) for file:///D:/tmp/foo.txt ok 35 - 'uri' ok (file:///D:/tmp/foo.txt) for file:///D:/tmp/foo.txt ok 36 - 'vol' ok (D:) for file:///D:/tmp/foo.txt ok 37 - Able to parse uri 'file:///D|/tmp/foo.txt' ok 38 - 'file' ok (foo.txt) for file:///D|/tmp/foo.txt ok 39 - 'host' ok () for file:///D|/tmp/foo.txt ok 40 - 'path' ok (/tmp/) for file:///D|/tmp/foo.txt ok 41 - 'scheme' ok (file) for file:///D|/tmp/foo.txt ok 42 - 'uri' ok (file:///D|/tmp/foo.txt) for file:///D|/tmp/foo.txt ok 43 - 'vol' ok (D:) for file:///D|/tmp/foo.txt ok 44 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 45 - Object isa File::Fetch ok 46 - Accessor 'file' ok (index.txt) ok 47 - Accessor 'path' ok (/pub/mirror/) ok 48 - Accessor 'scheme' ok (ftp) ok 49 - Accessor 'host' ok (cpan.org) ok 50 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 51 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 52 - Object isa File::Fetch ok 53 - Accessor 'file' ok (MIRRORING.FROM) ok 54 - Accessor 'path' ok (/CPAN/) ok 55 - Accessor 'scheme' ok (rsync) ok 56 - Accessor 'host' ok (cpan.pair.com) ok 57 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 58 - Object for uri 'http://localhost/tmp/index.txt' ok 59 - Object isa File::Fetch ok 60 - Accessor 'file' ok (index.txt) ok 61 - Accessor 'path' ok (/tmp/) ok 62 - Accessor 'scheme' ok (http) ok 63 - Accessor 'host' ok (localhost) ok 64 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 65 - Object for uri 'file://localhost/tmp/index.txt' ok 66 - Object isa File::Fetch ok 67 - Accessor 'host' ok () ok 68 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 69 - Object for uri 'file:////hostname/share/tmp/foo.txt' ok 70 - Object isa File::Fetch ok 71 - Accessor 'share' ok (share) ok 72 - Accessor 'file' ok (foo.txt) ok 73 - Accessor 'path' ok (/tmp/) ok 74 - Accessor 'scheme' ok (file) ok 75 - Accessor 'host' ok (hostname) ok 76 - Accessor 'uri' ok (file:////hostname/share/tmp/foo.txt) ok 77 - Object for uri 'file:///D:/tmp/foo.txt' ok 78 - Object isa File::Fetch ok 79 - Accessor 'vol' ok (D:) ok 80 - Accessor 'file' ok (foo.txt) ok 81 - Accessor 'path' ok (/tmp/) ok 82 - Accessor 'scheme' ok (file) ok 83 - Accessor 'host' ok () ok 84 - Accessor 'uri' ok (file:///D:/tmp/foo.txt) ok 85 - Object for uri 'file:///D|/tmp/foo.txt' ok 86 - Object isa File::Fetch ok 87 - Accessor 'vol' ok (D:) ok 88 - Accessor 'file' ok (foo.txt) ok 89 - Accessor 'path' ok (/tmp/) ok 90 - Accessor 'scheme' ok (file) ok 91 - Accessor 'host' ok () ok 92 - Accessor 'uri' ok (file:///D|/tmp/foo.txt) ok 93 - FF object for file:///C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/File-Fetch/t/01_File-Fetch.t (fetch with lwp) ok 94 - File (C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\File-Fetch\t\tmp\01_File-Fetch.t) fetched with lwp (file:///C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/File-Fetch/t/01_File-Fetch.t) ok 95 - File has size ok 96 - File has expected name ok 97 - FF object for file:///C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/File-Fetch/t/01_File-Fetch.t (fetch with file) ok 98 - File (C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\File-Fetch\t\tmp\01_File-Fetch.t) fetched with file (file:///C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/File-Fetch/t/01_File-Fetch.t) ok 99 - File has size ok 100 - File has expected name ok 101 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 102 - File (C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\File-Fetch\t\tmp\index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 103 - File has size ok 104 - File has expected name ok 105 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 106 - File (C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\File-Fetch\t\tmp\index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 107 - File has size ok 108 - File has expected name ok 109 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 110 - File (C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\File-Fetch\t\tmp\index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 111 - File has size ok 112 - File has expected name ok 113 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 114 # skip You do not have 'curl' installed/available ok 115 # skip You do not have 'curl' installed/available ok 116 # skip You do not have 'curl' installed/available ok 117 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 118 - File (C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\File-Fetch\t\tmp\index.html) fetched with lwp (http://www.cpan.org/index.html) ok 119 - File has size ok 120 - File has expected name ok 121 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 122 - File (C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\File-Fetch\t\tmp\index.html) fetched with wget (http://www.cpan.org/index.html) ok 123 - File has size ok 124 - File has expected name ok 125 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 126 # skip You do not have 'curl' installed/available ok 127 # skip You do not have 'curl' installed/available ok 128 # skip You do not have 'curl' installed/available ok 129 - FF object for http://www.cpan.org/index.html (fetch with lynx) Can not capture buffers. Can not use 'lynx' to fetch files at t\01_File-Fetch.t line 203 ok 130 # skip You do not have 'lynx' installed/available ok 131 # skip You do not have 'lynx' installed/available ok 132 # skip You do not have 'lynx' installed/available ok 133 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 134 - File (C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\File-Fetch\t\tmp\index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 135 - File has size ok 136 - File has expected name ok 137 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 138 - File (C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\File-Fetch\t\tmp\index.html) fetched with wget (http://www.cpan.org/index.html?q=1&y=2) ok 139 - File has size ok 140 - File has expected name ok 141 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 142 # skip You do not have 'curl' installed/available ok 143 # skip You do not have 'curl' installed/available ok 144 # skip You do not have 'curl' installed/available ok 145 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 146 # skip You do not have 'lynx' installed/available ok 147 # skip You do not have 'lynx' installed/available ok 148 # skip You do not have 'lynx' installed/available ok 149 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 150 # skip You do not have 'rsync' installed/available ok 151 # skip You do not have 'rsync' installed/available ok 152 # skip You do not have 'rsync' installed/available 1..152 ok 18/152 skipped: various reasons All tests successful, 18 subtests skipped. Files=1, Tests=152, 19 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)