PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-01-24T06:03:07 ActivePerl-1402 CPAN-2.00 Reading '/export/home/fly1464/var/cpan/Metadata' Database was generated on Fri, 24 Jan 2014 12:41: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 Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BI/BINGOS/CHECKSUMS Checksum for /export/home/fly1464/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 >>> /export/home/fly1464/bin/perl 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 /export/home/fly1464/bin/perl "-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 'file' ok (index.txt) ok 46 - Accessor 'path' ok (/pub/mirror/) ok 47 - Accessor 'scheme' ok (ftp) ok 48 - Accessor 'host' ok (cpan.org) ok 49 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) 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 'path' ok (/CPAN/) ok 54 - Accessor 'scheme' ok (rsync) ok 55 - Accessor 'host' ok (cpan.pair.com) ok 56 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) 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 'path' ok (/jib/) ok 61 - Accessor 'scheme' ok (git) ok 62 - Accessor 'host' ok (github.com) ok 63 - Accessor 'uri' ok (git://github.com/jib/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 'path' ok (/tmp/) ok 68 - Accessor 'scheme' ok (http) ok 69 - Accessor 'host' ok (localhost) ok 70 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 71 - Object for uri 'file://localhost/tmp/index.txt' ok 72 - ' Object' isa 'File::Fetch' ok 73 - Accessor 'host' ok () ok 74 - Accessor 'uri' ok (file://localhost/tmp/index.txt) 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 'path' ok (/usr/local/tmp/) ok 79 - Accessor 'scheme' ok (file) ok 80 - Accessor 'host' ok () ok 81 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) 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 'path' ok (/tmp/) ok 86 - Accessor 'scheme' ok (file) ok 87 - Accessor 'host' ok (hostname) ok 88 - Accessor 'uri' ok (file://hostname/tmp/foo.txt) ok 89 - FF object for file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/01_File-Fetch.t (fetch with lwp) ok 90 - Fetching 'file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/01_File-Fetch.t' in file mode ok 91 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/tmp/01_File-Fetch.t) fetched with lwp (file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/01_File-Fetch.t) ok 92 - File has size ok 93 - File has expected name ok 94 - Fetching 'file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/01_File-Fetch.t' in slurp mode ok 95 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.MqD0fH/01_File-Fetch.t) fetched with lwp (file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/01_File-Fetch.t (fetch with lftp) ok 100 - Fetching 'file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/01_File-Fetch.t (fetch with file) ok 110 - Fetching 'file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/01_File-Fetch.t' in file mode ok 111 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/tmp/01_File-Fetch.t) fetched with file (file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/01_File-Fetch.t) ok 112 - File has size ok 113 - File has expected name ok 114 - Fetching 'file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/01_File-Fetch.t' in slurp mode ok 115 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.onL3Ml/01_File-Fetch.t) fetched with file (file:///data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.bHvKFC/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.wQSvGz/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.UAgHCz/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 # skip You do not have 'curl' installed/available ok 152 # skip You do not have 'curl' installed/available ok 153 # skip You do not have 'curl' installed/available ok 154 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 155 # skip You do not have 'curl' installed/available 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 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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.e6sWWy/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.IomKVo/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.X9Nlm4/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 # skip You do not have 'curl' installed/available ok 212 # skip You do not have 'curl' installed/available ok 213 # skip You do not have 'curl' installed/available ok 214 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 215 # skip You do not have 'curl' installed/available ok 216 # skip You do not have 'curl' installed/available ok 217 # skip You do not have 'curl' installed/available ok 218 # skip You do not have 'curl' installed/available 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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.fLhaZj/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 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/tmp/index.html) fetched with httplite (http://www.cpan.org/index.html) ok 252 - File has size ok 253 - File has expected name ok 254 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 255 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.3VMs0f/index.html) fetched with httplite (http://www.cpan.org/index.html) ok 256 - Contents slurped ok 257 - File has size ok 258 - File has expected name 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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.bTljK3/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.LojABY/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.8hIiIC/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.p0j6Kx/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 # skip You do not have 'curl' installed/available ok 302 # skip You do not have 'curl' installed/available ok 303 # skip You do not have 'curl' installed/available ok 304 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 305 # skip You do not have 'curl' installed/available ok 306 # skip You do not have 'curl' installed/available ok 307 # skip You do not have 'curl' installed/available ok 308 # skip You do not have 'curl' installed/available 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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.PIKBaY/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 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/tmp/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1) ok 342 - File has size ok 343 - File has expected name ok 344 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 345 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.7frZon/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1) ok 346 - Contents slurped ok 347 - File has size ok 348 - File has expected name 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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.3AotMT/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.VGttf2/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.pmtUnz/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.Xesm3J/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 # skip You do not have 'curl' installed/available ok 392 # skip You do not have 'curl' installed/available ok 393 # skip You do not have 'curl' installed/available ok 394 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 395 # skip You do not have 'curl' installed/available ok 396 # skip You do not have 'curl' installed/available ok 397 # skip You do not have 'curl' installed/available ok 398 # skip You do not have 'curl' installed/available 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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.t35ZK9/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 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/tmp/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1&y=2) ok 432 - File has size ok 433 - File has expected name ok 434 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 435 - File (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.IPCmmo/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1&y=2) ok 436 - Contents slurped ok 437 - File has size ok 438 - File has expected name 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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.1E1DhO/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/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 (/data1/fly1464-var/cpan/build/File-Fetch-0.48-pkqyGM/t/FileFetch.xeQnG6/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 # skip You do not have 'git' installed/available ok 462 # skip You do not have 'git' installed/available ok 463 # skip You do not have 'git' installed/available ok 464 - Fetching 'git://github.com/jib/file-fetch.git' in file mode ok 465 # skip You do not have 'git' installed/available ok 466 # skip You do not have 'git' installed/available ok 467 # skip You do not have 'git' installed/available ok 468 # skip You do not have 'git' installed/available 1..468 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=473, 29 wallclock secs ( 0.32 usr 0.02 sys + 3.55 cusr 2.14 csys = 6.03 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 /export/home/fly1464/var/cpan/build/File-Fetch-0.48-pkqyGM && tar cvf - File-Fetch-0.48.ppd blib) | gzip -c >/export/home/fly1464/var/REPO/B/BI/BINGOS/File-Fetch-0.48.tar.gz File-Fetch-0.48.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm blib/man3/ blib/man3/File::Fetch.3 >>> mv /export/home/fly1464/var/cpan/build/File-Fetch-0.48-pkqyGM/File-Fetch-0.48.ppd /export/home/fly1464/var/REPO/B/BI/BINGOS Finished 2014-01-24T06:03:50