PATH=/usr/bin:/bin:/Users/fly2000/cpanfly-5.20/var/megalib/bin Start 2017-09-25T10:05:58 ActivePerl-2000 CPAN-2.10 Reading '/Users/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Mon, 25 Sep 2017 04:17:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/B/BI/BINGOS/File-Fetch-0.54.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/B/BI/BINGOS/CHECKSUMS Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/B/BI/BINGOS/File-Fetch-0.54.tar.gz ok File-Fetch-0.54/ File-Fetch-0.54/t/ File-Fetch-0.54/README File-Fetch-0.54/Makefile.PL File-Fetch-0.54/CHANGES File-Fetch-0.54/lib/ File-Fetch-0.54/MANIFEST File-Fetch-0.54/META.yml File-Fetch-0.54/META.json File-Fetch-0.54/lib/File/ File-Fetch-0.54/lib/File/Fetch.pm File-Fetch-0.54/t/01_File-Fetch.t File-Fetch-0.54/t/null_subclass.t Configuring B/BI/BINGOS/File-Fetch-0.54.tar.gz with Makefile.PL >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2000/cpanfly-5.20/var/megalib Want /Users/fly2000/ap2000-298465/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for File::Fetch Writing MYMETA.yml and MYMETA.json BINGOS/File-Fetch-0.54.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL -- OK Running make for B/BI/BINGOS/File-Fetch-0.54.tar.gz >>> make cp lib/File/Fetch.pm blib/lib/File/Fetch.pm Manifying 1 pod document BINGOS/File-Fetch-0.54.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; 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 'git://github.com/Perl-Toolchain-Gang/file-fetch.git' ok 17 - 'file' ok (file-fetch.git) for git://github.com/Perl-Toolchain-Gang/file-fetch.git ok 18 - 'host' ok (github.com) for git://github.com/Perl-Toolchain-Gang/file-fetch.git ok 19 - 'path' ok (/Perl-Toolchain-Gang/) for git://github.com/Perl-Toolchain-Gang/file-fetch.git ok 20 - 'scheme' ok (git) for git://github.com/Perl-Toolchain-Gang/file-fetch.git ok 21 - 'uri' ok (git://github.com/Perl-Toolchain-Gang/file-fetch.git) for git://github.com/Perl-Toolchain-Gang/file-fetch.git ok 22 - Able to parse uri 'http://localhost/tmp/index.txt' ok 23 - 'file' ok (index.txt) for http://localhost/tmp/index.txt ok 24 - 'host' ok (localhost) for http://localhost/tmp/index.txt ok 25 - 'path' ok (/tmp/) for http://localhost/tmp/index.txt ok 26 - 'scheme' ok (http) for http://localhost/tmp/index.txt ok 27 - 'uri' ok (http://localhost/tmp/index.txt) for http://localhost/tmp/index.txt ok 28 - Able to parse uri 'file://localhost/tmp/index.txt' ok 29 - 'host' ok () for file://localhost/tmp/index.txt ok 30 - 'uri' ok (file://localhost/tmp/index.txt) for file://localhost/tmp/index.txt ok 31 - Able to parse uri 'file:///usr/local/tmp/foo.txt' ok 32 - 'file' ok (foo.txt) for file:///usr/local/tmp/foo.txt ok 33 - 'host' ok () for file:///usr/local/tmp/foo.txt ok 34 - 'path' ok (/usr/local/tmp/) for file:///usr/local/tmp/foo.txt ok 35 - 'scheme' ok (file) for file:///usr/local/tmp/foo.txt ok 36 - 'uri' ok (file:///usr/local/tmp/foo.txt) for file:///usr/local/tmp/foo.txt ok 37 - Able to parse uri 'file://hostname/tmp/foo.txt' ok 38 - 'file' ok (foo.txt) for file://hostname/tmp/foo.txt ok 39 - 'host' ok (hostname) for file://hostname/tmp/foo.txt ok 40 - 'path' ok (/tmp/) for file://hostname/tmp/foo.txt ok 41 - 'scheme' ok (file) for file://hostname/tmp/foo.txt ok 42 - 'uri' ok (file://hostname/tmp/foo.txt) for file://hostname/tmp/foo.txt ok 43 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 44 - ' Object' isa 'File::Fetch' ok 45 - Accessor 'path' ok (/pub/mirror/) ok 46 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 47 - Accessor 'file' ok (index.txt) ok 48 - Accessor 'scheme' ok (ftp) ok 49 - Accessor 'host' ok (cpan.org) ok 50 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 51 - ' Object' isa 'File::Fetch' ok 52 - Accessor 'file' ok (MIRRORING.FROM) ok 53 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 54 - Accessor 'path' ok (/CPAN/) ok 55 - Accessor 'host' ok (cpan.pair.com) ok 56 - Accessor 'scheme' ok (rsync) ok 57 - Object for uri 'git://github.com/Perl-Toolchain-Gang/file-fetch.git' ok 58 - ' Object' isa 'File::Fetch' ok 59 - Accessor 'scheme' ok (git) ok 60 - Accessor 'host' ok (github.com) ok 61 - Accessor 'path' ok (/Perl-Toolchain-Gang/) ok 62 - Accessor 'uri' ok (git://github.com/Perl-Toolchain-Gang/file-fetch.git) ok 63 - Accessor 'file' ok (file-fetch.git) ok 64 - Object for uri 'http://localhost/tmp/index.txt' ok 65 - ' Object' isa 'File::Fetch' ok 66 - Accessor 'file' ok (index.txt) ok 67 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 68 - Accessor 'path' ok (/tmp/) ok 69 - Accessor 'host' ok (localhost) ok 70 - Accessor 'scheme' ok (http) ok 71 - Object for uri 'file://localhost/tmp/index.txt' ok 72 - ' Object' isa 'File::Fetch' ok 73 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 74 - Accessor 'host' ok () ok 75 - Object for uri 'file:///usr/local/tmp/foo.txt' ok 76 - ' Object' isa 'File::Fetch' ok 77 - Accessor 'host' ok () ok 78 - Accessor 'scheme' ok (file) ok 79 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) ok 80 - Accessor 'file' ok (foo.txt) ok 81 - Accessor 'path' ok (/usr/local/tmp/) ok 82 - Object for uri 'file://hostname/tmp/foo.txt' ok 83 - ' Object' isa 'File::Fetch' ok 84 - Accessor 'file' ok (foo.txt) ok 85 - Accessor 'uri' ok (file://hostname/tmp/foo.txt) ok 86 - Accessor 'path' ok (/tmp/) ok 87 - Accessor 'host' ok (hostname) ok 88 - Accessor 'scheme' ok (file) ok 89 - FF object for file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t (fetch with lwp) ok 90 - Fetching 'file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t' in file mode ok 91 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/01_File-Fetch.t) fetched with lwp (file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t) ok 92 - File has size ok 93 - File has expected name ok 94 - Fetching 'file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t' in slurp mode ok 95 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.JX3Tzi/01_File-Fetch.t) fetched with lwp (file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t) ok 96 - Contents slurped ok 97 - File has size ok 98 - File has expected name ok 99 - FF object for file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t (fetch with lftp) ok 100 - Fetching 'file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t' in file mode ok 101 # skip You do not have 'lftp' installed/available ok 102 # skip You do not have 'lftp' installed/available ok 103 # skip You do not have 'lftp' installed/available ok 104 - Fetching 'file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t' in slurp mode ok 105 # skip You do not have 'lftp' installed/available ok 106 # skip You do not have 'lftp' installed/available ok 107 # skip You do not have 'lftp' installed/available ok 108 # skip You do not have 'lftp' installed/available ok 109 - FF object for file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t (fetch with file) ok 110 - Fetching 'file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t' in file mode ok 111 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/01_File-Fetch.t) fetched with file (file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t) ok 112 - File has size ok 113 - File has expected name ok 114 - Fetching 'file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t' in slurp mode ok 115 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.7rkjN2/01_File-Fetch.t) fetched with file (file:///Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/01_File-Fetch.t) ok 116 - Contents slurped ok 117 - File has size ok 118 - File has expected name ok 119 - FF object for ftp://mirror.bytemark.co.uk/CPAN/index.html (fetch with wget) ok 120 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in file mode ok 121 # skip You do not have 'wget' installed/available ok 122 # skip You do not have 'wget' installed/available ok 123 # skip You do not have 'wget' installed/available ok 124 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in slurp mode ok 125 # skip You do not have 'wget' installed/available ok 126 # skip You do not have 'wget' installed/available ok 127 # skip You do not have 'wget' installed/available ok 128 # skip You do not have 'wget' installed/available ok 129 - FF object for ftp://mirror.bytemark.co.uk/CPAN/index.html (fetch with curl) ok 130 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in file mode ok 131 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/index.html) fetched with curl (ftp://mirror.bytemark.co.uk/CPAN/index.html) ok 132 - File has size ok 133 - File has expected name ok 134 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in slurp mode ok 135 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.KX8Psm/index.html) fetched with curl (ftp://mirror.bytemark.co.uk/CPAN/index.html) ok 136 - Contents slurped ok 137 - File has size ok 138 - File has expected name ok 139 - FF object for ftp://mirror.bytemark.co.uk/CPAN/index.html (fetch with lftp) ok 140 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in file mode ok 141 # skip You do not have 'lftp' installed/available ok 142 # skip You do not have 'lftp' installed/available ok 143 # skip You do not have 'lftp' installed/available ok 144 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in slurp mode ok 145 # skip You do not have 'lftp' installed/available ok 146 # skip You do not have 'lftp' installed/available ok 147 # skip You do not have 'lftp' installed/available ok 148 # skip You do not have 'lftp' installed/available ok 149 - FF object for ftp://mirror.bytemark.co.uk/CPAN/index.html (fetch with fetch) ok 150 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in file mode ok 151 # skip You do not have 'fetch' installed/available ok 152 # skip You do not have 'fetch' installed/available ok 153 # skip You do not have 'fetch' installed/available ok 154 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in slurp mode ok 155 # skip You do not have 'fetch' installed/available ok 156 # skip You do not have 'fetch' installed/available ok 157 # skip You do not have 'fetch' installed/available ok 158 # skip You do not have 'fetch' installed/available ok 159 - FF object for http://httpbin.org/html (fetch with lwp) ok 160 - Fetching 'http://httpbin.org/html' in file mode ok 161 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/html) fetched with lwp (http://httpbin.org/html) ok 162 - File has size ok 163 - File has expected name ok 164 - Fetching 'http://httpbin.org/html' in slurp mode ok 165 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.K2zF_i/html) fetched with lwp (http://httpbin.org/html) ok 166 - Contents slurped ok 167 - File has size ok 168 - File has expected name ok 169 - FF object for http://httpbin.org/html (fetch with httptiny) ok 170 - Fetching 'http://httpbin.org/html' in file mode ok 171 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/html) fetched with httptiny (http://httpbin.org/html) ok 172 - File has size ok 173 - File has expected name ok 174 - Fetching 'http://httpbin.org/html' in slurp mode ok 175 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.4pakk5/html) fetched with httptiny (http://httpbin.org/html) ok 176 - Contents slurped ok 177 - File has size ok 178 - File has expected name ok 179 - FF object for http://httpbin.org/html (fetch with wget) ok 180 - Fetching 'http://httpbin.org/html' in file mode ok 181 # skip You do not have 'wget' installed/available ok 182 # skip You do not have 'wget' installed/available ok 183 # skip You do not have 'wget' installed/available ok 184 - Fetching 'http://httpbin.org/html' in slurp mode ok 185 # skip You do not have 'wget' installed/available ok 186 # skip You do not have 'wget' installed/available ok 187 # skip You do not have 'wget' installed/available ok 188 # skip You do not have 'wget' installed/available ok 189 - FF object for http://httpbin.org/html (fetch with curl) ok 190 - Fetching 'http://httpbin.org/html' in file mode ok 191 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/html) fetched with curl (http://httpbin.org/html) ok 192 - File has size ok 193 - File has expected name ok 194 - Fetching 'http://httpbin.org/html' in slurp mode ok 195 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.LrDAyv/html) fetched with curl (http://httpbin.org/html) ok 196 - Contents slurped ok 197 - File has size ok 198 - File has expected name ok 199 - FF object for http://httpbin.org/html (fetch with lftp) ok 200 - Fetching 'http://httpbin.org/html' in file mode ok 201 # skip You do not have 'lftp' installed/available ok 202 # skip You do not have 'lftp' installed/available ok 203 # skip You do not have 'lftp' installed/available ok 204 - Fetching 'http://httpbin.org/html' in slurp mode ok 205 # skip You do not have 'lftp' installed/available ok 206 # skip You do not have 'lftp' installed/available ok 207 # skip You do not have 'lftp' installed/available ok 208 # skip You do not have 'lftp' installed/available ok 209 - FF object for http://httpbin.org/html (fetch with fetch) ok 210 - Fetching 'http://httpbin.org/html' in file mode ok 211 # skip You do not have 'fetch' installed/available ok 212 # skip You do not have 'fetch' installed/available ok 213 # skip You do not have 'fetch' installed/available ok 214 - Fetching 'http://httpbin.org/html' in slurp mode ok 215 # skip You do not have 'fetch' installed/available ok 216 # skip You do not have 'fetch' installed/available ok 217 # skip You do not have 'fetch' installed/available ok 218 # skip You do not have 'fetch' installed/available ok 219 - FF object for http://httpbin.org/html (fetch with lynx) ok 220 - Fetching 'http://httpbin.org/html' in file mode ok 221 # skip You do not have 'lynx' installed/available ok 222 # skip You do not have 'lynx' installed/available ok 223 # skip You do not have 'lynx' installed/available ok 224 - Fetching 'http://httpbin.org/html' in slurp mode ok 225 # skip You do not have 'lynx' installed/available ok 226 # skip You do not have 'lynx' installed/available ok 227 # skip You do not have 'lynx' installed/available ok 228 # skip You do not have 'lynx' installed/available ok 229 - FF object for http://httpbin.org/html (fetch with httplite) ok 230 - Fetching 'http://httpbin.org/html' in file mode ok 231 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/html) fetched with httplite (http://httpbin.org/html) ok 232 - File has size ok 233 - File has expected name ok 234 - Fetching 'http://httpbin.org/html' in slurp mode ok 235 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.IO9zEJ/html) fetched with httplite (http://httpbin.org/html) ok 236 - Contents slurped ok 237 - File has size ok 238 - File has expected name ok 239 - FF object for http://httpbin.org/html (fetch with iosock) ok 240 - Fetching 'http://httpbin.org/html' in file mode ok 241 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/html) fetched with iosock (http://httpbin.org/html) ok 242 - File has size ok 243 - File has expected name ok 244 - Fetching 'http://httpbin.org/html' in slurp mode ok 245 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.0LRvKI/html) fetched with iosock (http://httpbin.org/html) ok 246 - Contents slurped ok 247 - File has size ok 248 - File has expected name ok 249 - FF object for http://httpbin.org/response-headers?q=1 (fetch with lwp) ok 250 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 251 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with lwp (http://httpbin.org/response-headers?q=1) ok 252 - File has size ok 253 - File has expected name ok 254 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 255 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.XkplPX/response-headers) fetched with lwp (http://httpbin.org/response-headers?q=1) ok 256 - Contents slurped ok 257 - File has size ok 258 - File has expected name ok 259 - FF object for http://httpbin.org/response-headers?q=1 (fetch with httptiny) ok 260 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 261 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with httptiny (http://httpbin.org/response-headers?q=1) ok 262 - File has size ok 263 - File has expected name ok 264 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 265 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.IGcLfp/response-headers) fetched with httptiny (http://httpbin.org/response-headers?q=1) ok 266 - Contents slurped ok 267 - File has size ok 268 - File has expected name ok 269 - FF object for http://httpbin.org/response-headers?q=1 (fetch with wget) ok 270 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 271 # skip You do not have 'wget' installed/available ok 272 # skip You do not have 'wget' installed/available ok 273 # skip You do not have 'wget' installed/available ok 274 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 275 # skip You do not have 'wget' installed/available ok 276 # skip You do not have 'wget' installed/available ok 277 # skip You do not have 'wget' installed/available ok 278 # skip You do not have 'wget' installed/available ok 279 - FF object for http://httpbin.org/response-headers?q=1 (fetch with curl) ok 280 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 281 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with curl (http://httpbin.org/response-headers?q=1) ok 282 - File has size ok 283 - File has expected name ok 284 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 285 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.5MWcyO/response-headers) fetched with curl (http://httpbin.org/response-headers?q=1) ok 286 - Contents slurped ok 287 - File has size ok 288 - File has expected name ok 289 - FF object for http://httpbin.org/response-headers?q=1 (fetch with lftp) ok 290 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 291 # skip You do not have 'lftp' installed/available ok 292 # skip You do not have 'lftp' installed/available ok 293 # skip You do not have 'lftp' installed/available ok 294 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 295 # skip You do not have 'lftp' installed/available ok 296 # skip You do not have 'lftp' installed/available ok 297 # skip You do not have 'lftp' installed/available ok 298 # skip You do not have 'lftp' installed/available ok 299 - FF object for http://httpbin.org/response-headers?q=1 (fetch with fetch) ok 300 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 301 # skip You do not have 'fetch' installed/available ok 302 # skip You do not have 'fetch' installed/available ok 303 # skip You do not have 'fetch' installed/available ok 304 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 305 # skip You do not have 'fetch' installed/available ok 306 # skip You do not have 'fetch' installed/available ok 307 # skip You do not have 'fetch' installed/available ok 308 # skip You do not have 'fetch' installed/available ok 309 - FF object for http://httpbin.org/response-headers?q=1 (fetch with lynx) ok 310 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 311 # skip You do not have 'lynx' installed/available ok 312 # skip You do not have 'lynx' installed/available ok 313 # skip You do not have 'lynx' installed/available ok 314 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 315 # skip You do not have 'lynx' installed/available ok 316 # skip You do not have 'lynx' installed/available ok 317 # skip You do not have 'lynx' installed/available ok 318 # skip You do not have 'lynx' installed/available ok 319 - FF object for http://httpbin.org/response-headers?q=1 (fetch with httplite) ok 320 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 321 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with httplite (http://httpbin.org/response-headers?q=1) ok 322 - File has size ok 323 - File has expected name ok 324 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 325 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.clxlp7/response-headers) fetched with httplite (http://httpbin.org/response-headers?q=1) ok 326 - Contents slurped ok 327 - File has size ok 328 - File has expected name ok 329 - FF object for http://httpbin.org/response-headers?q=1 (fetch with iosock) ok 330 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 331 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with iosock (http://httpbin.org/response-headers?q=1) ok 332 - File has size ok 333 - File has expected name ok 334 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 335 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.94rNSw/response-headers) fetched with iosock (http://httpbin.org/response-headers?q=1) ok 336 - Contents slurped ok 337 - File has size ok 338 - File has expected name ok 339 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with lwp) ok 340 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 341 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with lwp (http://httpbin.org/response-headers?q=1&y=2) ok 342 - File has size ok 343 - File has expected name ok 344 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 345 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.AKt3EH/response-headers) fetched with lwp (http://httpbin.org/response-headers?q=1&y=2) ok 346 - Contents slurped ok 347 - File has size ok 348 - File has expected name ok 349 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with httptiny) ok 350 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 351 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with httptiny (http://httpbin.org/response-headers?q=1&y=2) ok 352 - File has size ok 353 - File has expected name ok 354 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 355 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.rH9VHu/response-headers) fetched with httptiny (http://httpbin.org/response-headers?q=1&y=2) ok 356 - Contents slurped ok 357 - File has size ok 358 - File has expected name ok 359 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with wget) ok 360 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 361 # skip You do not have 'wget' installed/available ok 362 # skip You do not have 'wget' installed/available ok 363 # skip You do not have 'wget' installed/available ok 364 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 365 # skip You do not have 'wget' installed/available ok 366 # skip You do not have 'wget' installed/available ok 367 # skip You do not have 'wget' installed/available ok 368 # skip You do not have 'wget' installed/available ok 369 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with curl) ok 370 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 371 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with curl (http://httpbin.org/response-headers?q=1&y=2) ok 372 - File has size ok 373 - File has expected name ok 374 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 375 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.dYFXCC/response-headers) fetched with curl (http://httpbin.org/response-headers?q=1&y=2) ok 376 - Contents slurped ok 377 - File has size ok 378 - File has expected name ok 379 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with lftp) ok 380 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 381 # skip You do not have 'lftp' installed/available ok 382 # skip You do not have 'lftp' installed/available ok 383 # skip You do not have 'lftp' installed/available ok 384 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 385 # skip You do not have 'lftp' installed/available ok 386 # skip You do not have 'lftp' installed/available ok 387 # skip You do not have 'lftp' installed/available ok 388 # skip You do not have 'lftp' installed/available ok 389 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with fetch) ok 390 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 391 # skip You do not have 'fetch' installed/available ok 392 # skip You do not have 'fetch' installed/available ok 393 # skip You do not have 'fetch' installed/available ok 394 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 395 # skip You do not have 'fetch' installed/available ok 396 # skip You do not have 'fetch' installed/available ok 397 # skip You do not have 'fetch' installed/available ok 398 # skip You do not have 'fetch' installed/available ok 399 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with lynx) ok 400 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 401 # skip You do not have 'lynx' installed/available ok 402 # skip You do not have 'lynx' installed/available ok 403 # skip You do not have 'lynx' installed/available ok 404 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 405 # skip You do not have 'lynx' installed/available ok 406 # skip You do not have 'lynx' installed/available ok 407 # skip You do not have 'lynx' installed/available ok 408 # skip You do not have 'lynx' installed/available ok 409 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with httplite) ok 410 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 411 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with httplite (http://httpbin.org/response-headers?q=1&y=2) ok 412 - File has size ok 413 - File has expected name ok 414 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 415 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.MpWlWN/response-headers) fetched with httplite (http://httpbin.org/response-headers?q=1&y=2) ok 416 - Contents slurped ok 417 - File has size ok 418 - File has expected name ok 419 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with iosock) ok 420 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 421 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/response-headers) fetched with iosock (http://httpbin.org/response-headers?q=1&y=2) ok 422 - File has size ok 423 - File has expected name ok 424 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 425 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.BCtIHZ/response-headers) fetched with iosock (http://httpbin.org/response-headers?q=1&y=2) ok 426 - Contents slurped ok 427 - File has size ok 428 - File has expected name ok 429 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 430 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in file mode ok 431 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/tmp/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 432 - File has size ok 433 - File has expected name ok 434 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in slurp mode ok 435 - File (/Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv/t/FileFetch.Ow1KaV/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 436 - Contents slurped ok 437 - File has size ok 438 - File has expected name ok 439 - FF object for git://github.com/Perl-Toolchain-Gang/file-fetch.git (fetch with git) ok 440 - Fetching 'git://github.com/Perl-Toolchain-Gang/file-fetch.git' in file mode ok 441 # skip You do not have 'git' installed/available ok 442 # skip You do not have 'git' installed/available ok 443 # skip You do not have 'git' installed/available ok 444 - Fetching 'git://github.com/Perl-Toolchain-Gang/file-fetch.git' in file mode ok 445 # skip You do not have 'git' installed/available ok 446 # skip You do not have 'git' installed/available ok 447 # skip You do not have 'git' installed/available ok 448 # skip You do not have 'git' installed/available 1..448 ok t/null_subclass.t .. 1..5 ok 1 - use File::Fetch; ok 2 - An object of class 'File::Fetch' isa 'File::Fetch' ok 3 - File::Fetch::Subclass->can(...) ok 4 - An object of class 'File::Fetch::Subclass' isa 'File::Fetch::Subclass' ok 5 - An object of class 'File::Fetch::Subclass' isa 'File::Fetch' ok All tests successful. Files=2, Tests=453, 21 wallclock secs ( 0.10 usr 0.01 sys + 0.92 cusr 0.94 csys = 1.97 CPU) Result: PASS BINGOS/File-Fetch-0.54.tar.gz make test TEST_VERBOSE=1 -- OK Chris Williams <chris@bingosnet.co.uk> Generic file fetching code >>> (cd /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/File-Fetch-0.54-LRXMQv && tar cvf - File-Fetch-0.54.ppd blib) | gzip -c >/Users/fly2000/cpanfly-5.20/var/REPO/B/BI/BINGOS/File-Fetch-0.54.tar.gz File-Fetch-0.54.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm blib/man3/ blib/man3/File::Fetch.3 Finished 2017-09-25T10:06:23