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