PATH=/home/fly2000/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/fly2000/var/megalib/bin Start 2014-10-14T13:47:28 ActivePerl-2000 CPAN-2.00 Reading '/home/fly2000/var/cpan/Metadata' Database was generated on Tue, 14 Oct 2014 19:29:02 GMT Running make for B/BI/BINGOS/File-Fetch-0.48.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BI/BINGOS/File-Fetch-0.48.tar.gz Checksum for /home/fly2000/var/cpan/sources/authors/id/B/BI/BINGOS/File-Fetch-0.48.tar.gz ok File-Fetch-0.48/ File-Fetch-0.48/t/ File-Fetch-0.48/README File-Fetch-0.48/lib/ File-Fetch-0.48/MANIFEST File-Fetch-0.48/Makefile.PL File-Fetch-0.48/CHANGES File-Fetch-0.48/META.yml File-Fetch-0.48/META.json File-Fetch-0.48/lib/File/ File-Fetch-0.48/lib/File/Fetch.pm File-Fetch-0.48/t/null_subclass.t File-Fetch-0.48/t/01_File-Fetch.t CPAN.pm: Building B/BI/BINGOS/File-Fetch-0.48.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Fetch Writing MYMETA.yml and MYMETA.json >>> make cp lib/File/Fetch.pm blib/lib/File/Fetch.pm Manifying blib/man3/File::Fetch.3 BINGOS/File-Fetch-0.48.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly2000/ap2000-298540/bin/perl-static "-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/jib/file-fetch.git' ok 17 - 'file' ok (file-fetch.git) for git://github.com/jib/file-fetch.git ok 18 - 'host' ok (github.com) for git://github.com/jib/file-fetch.git ok 19 - 'path' ok (/jib/) for git://github.com/jib/file-fetch.git ok 20 - 'scheme' ok (git) for git://github.com/jib/file-fetch.git ok 21 - 'uri' ok (git://github.com/jib/file-fetch.git) for git://github.com/jib/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 'scheme' ok (ftp) ok 46 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 47 - Accessor 'path' ok (/pub/mirror/) ok 48 - Accessor 'file' ok (index.txt) 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 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 53 - Accessor 'scheme' ok (rsync) ok 54 - Accessor 'host' ok (cpan.pair.com) ok 55 - Accessor 'file' ok (MIRRORING.FROM) ok 56 - Accessor 'path' ok (/CPAN/) ok 57 - Object for uri 'git://github.com/jib/file-fetch.git' ok 58 - ' Object' isa 'File::Fetch' ok 59 - Accessor 'file' ok (file-fetch.git) ok 60 - Accessor 'host' ok (github.com) ok 61 - Accessor 'path' ok (/jib/) ok 62 - Accessor 'uri' ok (git://github.com/jib/file-fetch.git) ok 63 - Accessor 'scheme' ok (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 'host' ok (localhost) ok 68 - Accessor 'path' ok (/tmp/) ok 69 - Accessor 'uri' ok (http://localhost/tmp/index.txt) 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 'file' ok (foo.txt) ok 78 - Accessor 'host' ok () ok 79 - Accessor 'path' ok (/usr/local/tmp/) ok 80 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) ok 81 - Accessor 'scheme' ok (file) ok 82 - Object for uri 'file://hostname/tmp/foo.txt' ok 83 - ' Object' isa 'File::Fetch' ok 84 - Accessor 'scheme' ok (file) 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 'file' ok (foo.txt) ok 89 - FF object for file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/01_File-Fetch.t (fetch with lwp) ok 90 - Fetching 'file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/01_File-Fetch.t' in file mode ok 91 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/01_File-Fetch.t) fetched with lwp (file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/01_File-Fetch.t) ok 92 - File has size ok 93 - File has expected name ok 94 - Fetching 'file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/01_File-Fetch.t' in slurp mode ok 95 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.kpyKIJ/01_File-Fetch.t) fetched with lwp (file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/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:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/01_File-Fetch.t (fetch with lftp) ok 100 - Fetching 'file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/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:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/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:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/01_File-Fetch.t (fetch with file) ok 110 - Fetching 'file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/01_File-Fetch.t' in file mode ok 111 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/01_File-Fetch.t) fetched with file (file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/01_File-Fetch.t) ok 112 - File has size ok 113 - File has expected name ok 114 - Fetching 'file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/01_File-Fetch.t' in slurp mode ok 115 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.plR8T0/01_File-Fetch.t) fetched with file (file:///home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/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://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 120 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 121 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 122 - File has size ok 123 - File has expected name ok 124 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 125 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.COFbcu/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 126 - Contents slurped ok 127 - File has size ok 128 - File has expected name ok 129 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 130 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 131 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 132 - File has size ok 133 - File has expected name ok 134 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 135 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.jPAQlA/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 136 - Contents slurped ok 137 - File has size ok 138 - File has expected name ok 139 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 140 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 141 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 142 - File has size ok 143 - File has expected name ok 144 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 145 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.bWjnxY/index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 146 - Contents slurped ok 147 - File has size ok 148 - File has expected name ok 149 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 150 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 151 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 152 - File has size ok 153 - File has expected name ok 154 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 155 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.Y2KUW_/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 156 - Contents slurped ok 157 - File has size ok 158 - File has expected name ok 159 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lftp) ok 160 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 161 # skip You do not have 'lftp' installed/available ok 162 # skip You do not have 'lftp' installed/available ok 163 # skip You do not have 'lftp' installed/available ok 164 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 165 # skip You do not have 'lftp' installed/available ok 166 # skip You do not have 'lftp' installed/available ok 167 # skip You do not have 'lftp' installed/available ok 168 # skip You do not have 'lftp' installed/available ok 169 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with fetch) ok 170 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 171 # skip You do not have 'fetch' installed/available ok 172 # skip You do not have 'fetch' installed/available ok 173 # skip You do not have 'fetch' installed/available ok 174 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 175 # skip You do not have 'fetch' installed/available ok 176 # skip You do not have 'fetch' installed/available ok 177 # skip You do not have 'fetch' installed/available ok 178 # skip You do not have 'fetch' installed/available ok 179 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 180 - Fetching 'http://www.cpan.org/index.html' in file mode ok 181 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 182 - File has size ok 183 - File has expected name ok 184 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 185 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.AWXWXW/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 186 - Contents slurped ok 187 - File has size ok 188 - File has expected name ok 189 - FF object for http://www.cpan.org/index.html (fetch with httptiny) ok 190 - Fetching 'http://www.cpan.org/index.html' in file mode ok 191 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with httptiny (http://www.cpan.org/index.html) ok 192 - File has size ok 193 - File has expected name ok 194 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 195 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.6THkWk/index.html) fetched with httptiny (http://www.cpan.org/index.html) ok 196 - Contents slurped ok 197 - File has size ok 198 - File has expected name ok 199 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 200 - Fetching 'http://www.cpan.org/index.html' in file mode ok 201 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html) ok 202 - File has size ok 203 - File has expected name ok 204 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 205 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.DhphAK/index.html) fetched with wget (http://www.cpan.org/index.html) ok 206 - Contents slurped ok 207 - File has size ok 208 - File has expected name ok 209 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 210 - Fetching 'http://www.cpan.org/index.html' in file mode ok 211 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html) ok 212 - File has size ok 213 - File has expected name ok 214 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 215 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch._lYwLr/index.html) fetched with curl (http://www.cpan.org/index.html) ok 216 - Contents slurped ok 217 - File has size ok 218 - File has expected name ok 219 - FF object for http://www.cpan.org/index.html (fetch with lftp) ok 220 - Fetching 'http://www.cpan.org/index.html' in file mode ok 221 # skip You do not have 'lftp' installed/available ok 222 # skip You do not have 'lftp' installed/available ok 223 # skip You do not have 'lftp' installed/available ok 224 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 225 # skip You do not have 'lftp' installed/available ok 226 # skip You do not have 'lftp' installed/available ok 227 # skip You do not have 'lftp' installed/available ok 228 # skip You do not have 'lftp' installed/available ok 229 - FF object for http://www.cpan.org/index.html (fetch with fetch) ok 230 - Fetching 'http://www.cpan.org/index.html' in file mode ok 231 # skip You do not have 'fetch' installed/available ok 232 # skip You do not have 'fetch' installed/available ok 233 # skip You do not have 'fetch' installed/available ok 234 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 235 # skip You do not have 'fetch' installed/available ok 236 # skip You do not have 'fetch' installed/available ok 237 # skip You do not have 'fetch' installed/available ok 238 # skip You do not have 'fetch' installed/available ok 239 - FF object for http://www.cpan.org/index.html (fetch with lynx) ok 240 - Fetching 'http://www.cpan.org/index.html' in file mode ok 241 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with lynx (http://www.cpan.org/index.html) ok 242 - File has size ok 243 - File has expected name ok 244 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 245 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.2XGFXq/index.html) fetched with lynx (http://www.cpan.org/index.html) ok 246 - Contents slurped ok 247 - File has size ok 248 - File has expected name ok 249 - FF object for http://www.cpan.org/index.html (fetch with httplite) ok 250 - Fetching 'http://www.cpan.org/index.html' in file mode ok 251 # skip You do not have 'httplite' installed/available ok 252 # skip You do not have 'httplite' installed/available ok 253 # skip You do not have 'httplite' installed/available ok 254 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 255 # skip You do not have 'httplite' installed/available ok 256 # skip You do not have 'httplite' installed/available ok 257 # skip You do not have 'httplite' installed/available ok 258 # skip You do not have 'httplite' installed/available ok 259 - FF object for http://www.cpan.org/index.html (fetch with iosock) ok 260 - Fetching 'http://www.cpan.org/index.html' in file mode ok 261 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with iosock (http://www.cpan.org/index.html) ok 262 - File has size ok 263 - File has expected name ok 264 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 265 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.4jqgV1/index.html) fetched with iosock (http://www.cpan.org/index.html) ok 266 - Contents slurped ok 267 - File has size ok 268 - File has expected name ok 269 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lwp) ok 270 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 271 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 272 - File has size ok 273 - File has expected name ok 274 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 275 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch._BSpee/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 276 - Contents slurped ok 277 - File has size ok 278 - File has expected name ok 279 - FF object for http://www.cpan.org/index.html?q=1 (fetch with httptiny) ok 280 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 281 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1) ok 282 - File has size ok 283 - File has expected name ok 284 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 285 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.BuqyqD/index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1) ok 286 - Contents slurped ok 287 - File has size ok 288 - File has expected name ok 289 - FF object for http://www.cpan.org/index.html?q=1 (fetch with wget) ok 290 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 291 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html?q=1) ok 292 - File has size ok 293 - File has expected name ok 294 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 295 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.Ucpn6u/index.html) fetched with wget (http://www.cpan.org/index.html?q=1) ok 296 - Contents slurped ok 297 - File has size ok 298 - File has expected name ok 299 - FF object for http://www.cpan.org/index.html?q=1 (fetch with curl) ok 300 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 301 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1) ok 302 - File has size ok 303 - File has expected name ok 304 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 305 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.prBaHA/index.html) fetched with curl (http://www.cpan.org/index.html?q=1) ok 306 - Contents slurped ok 307 - File has size ok 308 - File has expected name ok 309 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lftp) ok 310 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 311 # skip You do not have 'lftp' installed/available ok 312 # skip You do not have 'lftp' installed/available ok 313 # skip You do not have 'lftp' installed/available ok 314 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 315 # skip You do not have 'lftp' installed/available ok 316 # skip You do not have 'lftp' installed/available ok 317 # skip You do not have 'lftp' installed/available ok 318 # skip You do not have 'lftp' installed/available ok 319 - FF object for http://www.cpan.org/index.html?q=1 (fetch with fetch) ok 320 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 321 # skip You do not have 'fetch' installed/available ok 322 # skip You do not have 'fetch' installed/available ok 323 # skip You do not have 'fetch' installed/available ok 324 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 325 # skip You do not have 'fetch' installed/available ok 326 # skip You do not have 'fetch' installed/available ok 327 # skip You do not have 'fetch' installed/available ok 328 # skip You do not have 'fetch' installed/available ok 329 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lynx) ok 330 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 331 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with lynx (http://www.cpan.org/index.html?q=1) ok 332 - File has size ok 333 - File has expected name ok 334 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 335 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.q19_qN/index.html) fetched with lynx (http://www.cpan.org/index.html?q=1) ok 336 - Contents slurped ok 337 - File has size ok 338 - File has expected name ok 339 - FF object for http://www.cpan.org/index.html?q=1 (fetch with httplite) ok 340 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 341 # skip You do not have 'httplite' installed/available ok 342 # skip You do not have 'httplite' installed/available ok 343 # skip You do not have 'httplite' installed/available ok 344 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 345 # skip You do not have 'httplite' installed/available ok 346 # skip You do not have 'httplite' installed/available ok 347 # skip You do not have 'httplite' installed/available ok 348 # skip You do not have 'httplite' installed/available ok 349 - FF object for http://www.cpan.org/index.html?q=1 (fetch with iosock) ok 350 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 351 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1) ok 352 - File has size ok 353 - File has expected name ok 354 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 355 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.rrO1An/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1) ok 356 - Contents slurped ok 357 - File has size ok 358 - File has expected name ok 359 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 360 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 361 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 362 - File has size ok 363 - File has expected name ok 364 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 365 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.00ENMr/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 366 - Contents slurped ok 367 - File has size ok 368 - File has expected name ok 369 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with httptiny) ok 370 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 371 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1&y=2) ok 372 - File has size ok 373 - File has expected name ok 374 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 375 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.FYLdiE/index.html) fetched with httptiny (http://www.cpan.org/index.html?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://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 380 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 381 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html?q=1&y=2) ok 382 - File has size ok 383 - File has expected name ok 384 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 385 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.Hvz8ij/index.html) fetched with wget (http://www.cpan.org/index.html?q=1&y=2) ok 386 - Contents slurped ok 387 - File has size ok 388 - File has expected name ok 389 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 390 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 391 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 392 - File has size ok 393 - File has expected name ok 394 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 395 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.1p7aAt/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 396 - Contents slurped ok 397 - File has size ok 398 - File has expected name ok 399 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lftp) ok 400 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 401 # skip You do not have 'lftp' installed/available ok 402 # skip You do not have 'lftp' installed/available ok 403 # skip You do not have 'lftp' installed/available ok 404 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 405 # skip You do not have 'lftp' installed/available ok 406 # skip You do not have 'lftp' installed/available ok 407 # skip You do not have 'lftp' installed/available ok 408 # skip You do not have 'lftp' installed/available ok 409 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with fetch) ok 410 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 411 # skip You do not have 'fetch' installed/available ok 412 # skip You do not have 'fetch' installed/available ok 413 # skip You do not have 'fetch' installed/available ok 414 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 415 # skip You do not have 'fetch' installed/available ok 416 # skip You do not have 'fetch' installed/available ok 417 # skip You do not have 'fetch' installed/available ok 418 # skip You do not have 'fetch' installed/available ok 419 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 420 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 421 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with lynx (http://www.cpan.org/index.html?q=1&y=2) ok 422 - File has size ok 423 - File has expected name ok 424 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 425 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.phHAs3/index.html) fetched with lynx (http://www.cpan.org/index.html?q=1&y=2) ok 426 - Contents slurped ok 427 - File has size ok 428 - File has expected name ok 429 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with httplite) ok 430 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 431 # skip You do not have 'httplite' installed/available ok 432 # skip You do not have 'httplite' installed/available ok 433 # skip You do not have 'httplite' installed/available ok 434 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 435 # skip You do not have 'httplite' installed/available ok 436 # skip You do not have 'httplite' installed/available ok 437 # skip You do not have 'httplite' installed/available ok 438 # skip You do not have 'httplite' installed/available ok 439 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with iosock) ok 440 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 441 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1&y=2) ok 442 - File has size ok 443 - File has expected name ok 444 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 445 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.nE7ZV2/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1&y=2) ok 446 - Contents slurped ok 447 - File has size ok 448 - File has expected name ok 449 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 450 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in file mode ok 451 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 452 - File has size ok 453 - File has expected name ok 454 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in slurp mode ok 455 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.8WWwG7/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 456 - Contents slurped ok 457 - File has size ok 458 - File has expected name ok 459 - FF object for git://github.com/jib/file-fetch.git (fetch with git) ok 460 - Fetching 'git://github.com/jib/file-fetch.git' in file mode ok 461 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/tmp/file-fetch.git) fetched with git (git://github.com/jib/file-fetch.git) ok 462 - File has size ok 463 - File has expected name ok 464 - Fetching 'git://github.com/jib/file-fetch.git' in file mode ok 465 - File (/home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/t/FileFetch.f5P9xw/file-fetch.git) fetched with git (git://github.com/jib/file-fetch.git) ok 466 - File has size ok 467 - File has expected name 1..467 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=472, 33 wallclock secs ( 0.09 usr 0.03 sys + 1.19 cusr 0.58 csys = 1.89 CPU) Result: PASS BINGOS/File-Fetch-0.48.tar.gz make test TEST_VERBOSE=1 -- OK Chris Williams <chris@bingosnet.co.uk> Generic file fetching code >>> (cd /home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn && tar cvf - File-Fetch-0.48.ppd blib) | gzip -c >/home/fly2000/var/REPO/B/BI/BINGOS/File-Fetch-0.48.tar.gz File-Fetch-0.48.ppd blib/ blib/man3/ blib/man3/File::Fetch.3 blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm >>> mv /home/fly2000/var/cpan/build/File-Fetch-0.48-DE_vGn/File-Fetch-0.48.ppd /home/fly2000/var/REPO/B/BI/BINGOS VmSize: 296584 kB Finished 2014-10-14T13:48:05