Start 2008-10-18T07:02:31 Going to read /Users/fly1003/var/cpan/Metadata Database was generated on Sat, 18 Oct 2008 10:26:50 GMT Running make for K/KA/KANE/File-Fetch-0.16.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/K/KA/KANE/File-Fetch-0.16.tar.gz Checksum for /Users/fly1003/var/cpan/sources/authors/id/K/KA/KANE/File-Fetch-0.16.tar.gz ok File-Fetch-0.16/ File-Fetch-0.16/CHANGES File-Fetch-0.16/lib/ File-Fetch-0.16/lib/File/ File-Fetch-0.16/lib/File/Fetch.pm File-Fetch-0.16/Makefile.PL File-Fetch-0.16/MANIFEST File-Fetch-0.16/META.yml File-Fetch-0.16/README File-Fetch-0.16/t/ File-Fetch-0.16/t/01_File-Fetch.t CPAN.pm: Going to build K/KA/KANE/File-Fetch-0.16.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Fetch >>> make cp lib/File/Fetch.pm blib/lib/File/Fetch.pm Manifying blib/man3/File::Fetch.3 KANE/File-Fetch-0.16.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_File-Fetch.... ok 1 - use File::Fetch; ####################### 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. ########################################################### ok 2 - Able to parse uri 'ftp://cpan.org/pub/mirror/index.txt' ok 3 - 'file' ok (index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 4 - 'host' ok (cpan.org) for ftp://cpan.org/pub/mirror/index.txt ok 5 - 'path' ok (/pub/mirror/) for ftp://cpan.org/pub/mirror/index.txt ok 6 - 'scheme' ok (ftp) for ftp://cpan.org/pub/mirror/index.txt ok 7 - 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 8 - Able to parse uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 9 - 'file' ok (MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 10 - 'host' ok (cpan.pair.com) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 11 - 'path' ok (/CPAN/) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 12 - 'scheme' ok (rsync) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 13 - 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 14 - Able to parse uri 'http://localhost/tmp/index.txt' ok 15 - 'file' ok (index.txt) for http://localhost/tmp/index.txt ok 16 - 'host' ok (localhost) for http://localhost/tmp/index.txt ok 17 - 'path' ok (/tmp/) for http://localhost/tmp/index.txt ok 18 - 'scheme' ok (http) for http://localhost/tmp/index.txt ok 19 - 'uri' ok (http://localhost/tmp/index.txt) for http://localhost/tmp/index.txt ok 20 - Able to parse uri 'file://localhost/tmp/index.txt' ok 21 - 'host' ok () for file://localhost/tmp/index.txt ok 22 - 'uri' ok (file://localhost/tmp/index.txt) for file://localhost/tmp/index.txt ok 23 - Able to parse uri 'file:///usr/local/tmp/foo.txt' ok 24 - 'file' ok (foo.txt) for file:///usr/local/tmp/foo.txt ok 25 - 'host' ok () for file:///usr/local/tmp/foo.txt ok 26 - 'path' ok (/usr/local/tmp/) for file:///usr/local/tmp/foo.txt ok 27 - 'scheme' ok (file) for file:///usr/local/tmp/foo.txt ok 28 - 'uri' ok (file:///usr/local/tmp/foo.txt) for file:///usr/local/tmp/foo.txt ok 29 - Able to parse uri 'file://hostname/tmp/foo.txt' ok 30 - 'file' ok (foo.txt) for file://hostname/tmp/foo.txt ok 31 - 'host' ok (hostname) for file://hostname/tmp/foo.txt ok 32 - 'path' ok (/tmp/) for file://hostname/tmp/foo.txt ok 33 - 'scheme' ok (file) for file://hostname/tmp/foo.txt ok 34 - 'uri' ok (file://hostname/tmp/foo.txt) for file://hostname/tmp/foo.txt ok 35 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 36 - Object isa File::Fetch ok 37 - Accessor 'file' ok (index.txt) ok 38 - Accessor 'path' ok (/pub/mirror/) ok 39 - Accessor 'scheme' ok (ftp) ok 40 - Accessor 'host' ok (cpan.org) ok 41 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 42 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 43 - Object isa File::Fetch ok 44 - Accessor 'file' ok (MIRRORING.FROM) ok 45 - Accessor 'path' ok (/CPAN/) ok 46 - Accessor 'scheme' ok (rsync) ok 47 - Accessor 'host' ok (cpan.pair.com) ok 48 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 49 - Object for uri 'http://localhost/tmp/index.txt' ok 50 - Object isa File::Fetch ok 51 - Accessor 'file' ok (index.txt) ok 52 - Accessor 'path' ok (/tmp/) ok 53 - Accessor 'scheme' ok (http) ok 54 - Accessor 'host' ok (localhost) ok 55 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 56 - Object for uri 'file://localhost/tmp/index.txt' ok 57 - Object isa File::Fetch ok 58 - Accessor 'host' ok () ok 59 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 60 - Object for uri 'file:///usr/local/tmp/foo.txt' ok 61 - Object isa File::Fetch ok 62 - Accessor 'file' ok (foo.txt) ok 63 - Accessor 'path' ok (/usr/local/tmp/) ok 64 - Accessor 'scheme' ok (file) ok 65 - Accessor 'host' ok () ok 66 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) ok 67 - Object for uri 'file://hostname/tmp/foo.txt' ok 68 - Object isa File::Fetch ok 69 - Accessor 'file' ok (foo.txt) ok 70 - Accessor 'path' ok (/tmp/) ok 71 - Accessor 'scheme' ok (file) ok 72 - Accessor 'host' ok (hostname) ok 73 - Accessor 'uri' ok (file://hostname/tmp/foo.txt) ok 74 - FF object for file:///Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/01_File-Fetch.t (fetch with lwp) ok 75 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/01_File-Fetch.t) fetched with lwp (file:///Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/01_File-Fetch.t) ok 76 - File has size ok 77 - File has expected name ok 78 - FF object for file:///Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/01_File-Fetch.t (fetch with lftp) ok 79 # SKIP You do not have 'lftp' installed/available ok 80 # SKIP You do not have 'lftp' installed/available ok 81 # SKIP You do not have 'lftp' installed/available ok 82 - FF object for file:///Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/01_File-Fetch.t (fetch with file) ok 83 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/01_File-Fetch.t) fetched with file (file:///Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/01_File-Fetch.t) ok 84 - File has size ok 85 - File has expected name ok 86 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 87 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 88 - File has size ok 89 - File has expected name ok 90 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 91 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 92 - File has size ok 93 - File has expected name ok 94 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 95 # SKIP You do not have 'wget' installed/available ok 96 # SKIP You do not have 'wget' installed/available ok 97 # SKIP You do not have 'wget' installed/available ok 98 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 99 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 100 - File has size ok 101 - File has expected name ok 102 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lftp) ok 103 # SKIP You do not have 'lftp' installed/available ok 104 # SKIP You do not have 'lftp' installed/available ok 105 # SKIP You do not have 'lftp' installed/available ok 106 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 107 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 108 - File has size ok 109 - File has expected name ok 110 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 111 # SKIP You do not have 'wget' installed/available ok 112 # SKIP You do not have 'wget' installed/available ok 113 # SKIP You do not have 'wget' installed/available ok 114 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 115 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html) ok 116 - File has size ok 117 - File has expected name ok 118 - FF object for http://www.cpan.org/index.html (fetch with lftp) ok 119 # SKIP You do not have 'lftp' installed/available ok 120 # SKIP You do not have 'lftp' installed/available ok 121 # SKIP You do not have 'lftp' installed/available ok 122 - FF object for http://www.cpan.org/index.html (fetch with lynx) ok 123 # SKIP You do not have 'lynx' installed/available ok 124 # SKIP You do not have 'lynx' installed/available ok 125 # SKIP You do not have 'lynx' installed/available ok 126 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lwp) ok 127 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 128 - File has size ok 129 - File has expected name ok 130 - FF object for http://www.cpan.org/index.html?q=1 (fetch with wget) ok 131 # SKIP You do not have 'wget' installed/available ok 132 # SKIP You do not have 'wget' installed/available ok 133 # SKIP You do not have 'wget' installed/available ok 134 - FF object for http://www.cpan.org/index.html?q=1 (fetch with curl) ok 135 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1) ok 136 - File has size ok 137 - File has expected name ok 138 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lftp) ok 139 # SKIP You do not have 'lftp' installed/available ok 140 # SKIP You do not have 'lftp' installed/available ok 141 # SKIP You do not have 'lftp' installed/available ok 142 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lynx) ok 143 # SKIP You do not have 'lynx' installed/available ok 144 # SKIP You do not have 'lynx' installed/available ok 145 # SKIP You do not have 'lynx' installed/available ok 146 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 147 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 148 - File has size ok 149 - File has expected name ok 150 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 151 # SKIP You do not have 'wget' installed/available ok 152 # SKIP You do not have 'wget' installed/available ok 153 # SKIP You do not have 'wget' installed/available ok 154 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 155 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 156 - File has size ok 157 - File has expected name ok 158 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lftp) ok 159 # SKIP You do not have 'lftp' installed/available ok 160 # SKIP You do not have 'lftp' installed/available ok 161 # SKIP You do not have 'lftp' installed/available ok 162 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 163 # SKIP You do not have 'lynx' installed/available ok 164 # SKIP You do not have 'lynx' installed/available ok 165 # SKIP You do not have 'lynx' installed/available ok 166 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 167 - File (/Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/t/tmp/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 168 - File has size ok 169 - File has expected name 1..169 ok All tests successful. Files=1, Tests=169, 17 wallclock secs ( 0.15 usr 0.04 sys + 1.06 cusr 0.94 csys = 2.19 CPU) Result: PASS KANE/File-Fetch-0.16.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Jos Boumans <kane@cpan.org> Generic file fetching code >>> (cd /Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq && tar cvf - File-Fetch-0.16.ppd blib) | gzip -c >/Users/fly1003/var/REPO/K/KA/KANE/File-Fetch-0.16.tar.gz File-Fetch-0.16.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm blib/man3/ blib/man3/File::Fetch.3 >>> mv /Users/fly1003/var/cpan/build/File-Fetch-0.16-bTzwYq/File-Fetch-0.16.ppd /Users/fly1003/var/REPO/K/KA/KANE Finished 2008-10-18T07:02:55