Start 2009-05-29T17:35:14 ActivePerl-1003 CPAN-1.94 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:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~2\Perforce\;C:\WINDOWS\system32\WINDOW~1\v1.0 Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Fri, 29 May 2009 10:27:38 GMT Running make for K/KA/KANE/File-Fetch-0.18.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\K\KA\KANE\File-Fetch-0.18.tar.gz ok File-Fetch-0.18/ File-Fetch-0.18/CHANGES File-Fetch-0.18/lib/ File-Fetch-0.18/lib/File/ File-Fetch-0.18/lib/File/Fetch.pm File-Fetch-0.18/Makefile.PL File-Fetch-0.18/MANIFEST File-Fetch-0.18/META.yml File-Fetch-0.18/README File-Fetch-0.18/t/ File-Fetch-0.18/t/01_File-Fetch.t CPAN.pm: Going to build K/KA/KANE/File-Fetch-0.18.tar.gz >>> C:\Perl64\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 KANE/File-Fetch-0.18.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\bin\perl.exe "-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:////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/var/cpan/build/File-Fetch-0.18-k48aaP/t/01_File-Fetch.t (fetch with lwp) ok 96 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\01_File-Fetch.t) fetched with lwp (file:///C:/cpanfly/var/cpan/build/File-Fetch-0.18-k48aaP/t/01_File-Fetch.t) ok 97 - File has size ok 98 - File has expected name ok 99 - FF object for file:///C:/cpanfly/var/cpan/build/File-Fetch-0.18-k48aaP/t/01_File-Fetch.t (fetch with lftp) ok 100 # skip You do not have 'lftp' installed/available ok 101 # skip You do not have 'lftp' installed/available ok 102 # skip You do not have 'lftp' installed/available ok 103 - FF object for file:///C:/cpanfly/var/cpan/build/File-Fetch-0.18-k48aaP/t/01_File-Fetch.t (fetch with file) ok 104 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\01_File-Fetch.t) fetched with file (file:///C:/cpanfly/var/cpan/build/File-Fetch-0.18-k48aaP/t/01_File-Fetch.t) ok 105 - File has size ok 106 - File has expected name ok 107 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 108 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\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 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 112 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 113 - File has size ok 114 - File has expected name ok 115 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 116 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 117 - File has size ok 118 - File has expected name ok 119 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 120 # skip You do not have 'curl' installed/available ok 121 # skip You do not have 'curl' installed/available ok 122 # skip You do not have 'curl' installed/available ok 123 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lftp) ok 124 # skip You do not have 'lftp' installed/available ok 125 # skip You do not have 'lftp' installed/available ok 126 # skip You do not have 'lftp' installed/available ok 127 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 128 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\index.html) fetched with lwp (http://www.cpan.org/index.html) ok 129 - File has size ok 130 - File has expected name ok 131 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 132 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\index.html) fetched with wget (http://www.cpan.org/index.html) ok 133 - File has size ok 134 - File has expected name ok 135 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 136 # skip You do not have 'curl' installed/available ok 137 # skip You do not have 'curl' installed/available ok 138 # skip You do not have 'curl' installed/available ok 139 - FF object for http://www.cpan.org/index.html (fetch with lftp) ok 140 # skip You do not have 'lftp' installed/available ok 141 # skip You do not have 'lftp' installed/available ok 142 # skip You do not have 'lftp' installed/available ok 143 - FF object for http://www.cpan.org/index.html (fetch with lynx) ok 144 # skip You do not have 'lynx' installed/available ok 145 # skip You do not have 'lynx' installed/available ok 146 # skip You do not have 'lynx' installed/available ok 147 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lwp) ok 148 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 149 - File has size ok 150 - File has expected name ok 151 - FF object for http://www.cpan.org/index.html?q=1 (fetch with wget) ok 152 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\index.html) fetched with wget (http://www.cpan.org/index.html?q=1) ok 153 - File has size ok 154 - File has expected name ok 155 - FF object for http://www.cpan.org/index.html?q=1 (fetch with curl) ok 156 # skip You do not have 'curl' installed/available ok 157 # skip You do not have 'curl' installed/available ok 158 # skip You do not have 'curl' installed/available ok 159 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lftp) ok 160 # skip You do not have 'lftp' installed/available ok 161 # skip You do not have 'lftp' installed/available ok 162 # skip You do not have 'lftp' installed/available ok 163 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lynx) ok 164 # skip You do not have 'lynx' installed/available ok 165 # skip You do not have 'lynx' installed/available ok 166 # skip You do not have 'lynx' installed/available ok 167 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 168 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 169 - File has size ok 170 - File has expected name ok 171 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 172 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\index.html) fetched with wget (http://www.cpan.org/index.html?q=1&y=2) ok 173 - File has size ok 174 - File has expected name ok 175 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 176 # skip You do not have 'curl' installed/available ok 177 # skip You do not have 'curl' installed/available ok 178 # skip You do not have 'curl' installed/available ok 179 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lftp) ok 180 # skip You do not have 'lftp' installed/available ok 181 # skip You do not have 'lftp' installed/available ok 182 # skip You do not have 'lftp' installed/available ok 183 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 184 # skip You do not have 'lynx' installed/available ok 185 # skip You do not have 'lynx' installed/available ok 186 # skip You do not have 'lynx' installed/available ok 187 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 188 - File (C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP\t\tmp\MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 189 - File has size ok 190 - File has expected name 1..190 ok All tests successful. Files=1, Tests=190, 20 wallclock secs ( 0.08 usr + 0.14 sys = 0.22 CPU) Result: PASS KANE/File-Fetch-0.18.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/K/KA/KANE/CHECKSUMS Jos Boumans <kane@cpan.org> Generic file fetching code >>> (cd C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP && tar cvf - File-Fetch-0.18.ppd blib) | gzip -c >C:/cpanfly/var/REPO/K/KA/KANE/File-Fetch-0.18.tar.gz File-Fetch-0.18.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm >>> mv C:\cpanfly\var\cpan\build\File-Fetch-0.18-k48aaP/File-Fetch-0.18.ppd C:/cpanfly/var/REPO/K/KA/KANE Finished 2009-05-29T17:35:53