PATH=/Users/fly1400/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Start 2011-04-28T11:08:15 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Wed, 27 Apr 2011 22:27:21 GMT Running make for G/GB/GBARR/libnet-1.22.tar.gz Checksum for /net/nas/data/cpan/authors/id/G/GB/GBARR/libnet-1.22.tar.gz ok libnet-1.22/ libnet-1.22/Net/ libnet-1.22/Net/POP3.pm libnet-1.22/Net/Netrc.pm libnet-1.22/Net/FTP/ libnet-1.22/Net/FTP/L.pm libnet-1.22/Net/FTP/I.pm libnet-1.22/Net/FTP/dataconn.pm libnet-1.22/Net/FTP/A.pm libnet-1.22/Net/FTP/E.pm libnet-1.22/Net/Config.pm libnet-1.22/Net/Cmd.pm libnet-1.22/Net/FTP.pm libnet-1.22/Net/SMTP.pm libnet-1.22/Net/libnetFAQ.pod libnet-1.22/Net/Domain.pm libnet-1.22/Net/NNTP.pm libnet-1.22/Net/Time.pm libnet-1.22/t/ libnet-1.22/t/hostname.t libnet-1.22/t/libnet_t.pl libnet-1.22/t/netrc.t libnet-1.22/t/ftp.t libnet-1.22/t/nntp.t libnet-1.22/t/config.t libnet-1.22/t/smtp.t libnet-1.22/t/require.t libnet-1.22/t/datasend.t libnet-1.22/Changes libnet-1.22/demos/ libnet-1.22/demos/inetd libnet-1.22/demos/smtp.self libnet-1.22/demos/time libnet-1.22/demos/ftp libnet-1.22/demos/pop3 libnet-1.22/demos/nntp.mirror libnet-1.22/demos/nntp libnet-1.22/MANIFEST libnet-1.22/Hostname.pm.eg libnet-1.22/Configure libnet-1.22/install-nomake libnet-1.22/Config.eg libnet-1.22/Makefile.PL libnet-1.22/README libnet-1.22/META.yml libnet-1.22/SIGNATURE CPAN.pm: Going to build G/GB/GBARR/libnet-1.22.tar.gz >>> /Users/fly1400/bin/perl Makefile.PL Checking for Socket...ok Checking for IO::Socket...ok Checking if your kit is complete... Looks good Ah, I see you already have installed libnet before. Do you want to modify/update your configuration (y|n) ? [no] no This script will prompt you to enter hostnames that can be used as defaults for some of the modules in the libnet distribution. To ensure that you do not enter an invalid hostname, I can perform a lookup on each hostname you enter. If your internet connection is via a dialup line then you may not want me to perform these lookups, as it will require you to be on-line. Do you want me to perform hostname lookups (y|n) ? [yes] The following questions all require a list of host names, separated with spaces. If you do not have a host available for any of the services, then enter a single space, followed by . To accept the default, hit Enter a list of available NNTP hosts : [] Enter a list of available SMTP hosts : [] Enter a list of available POP3 hosts : [] Enter a list of available SNPP hosts : [] Enter a list of available PH Hosts : [] Enter a list of available TIME Hosts : [] Enter a list of available DAYTIME Hosts : [] Do you have a firewall/ftp proxy between your machine and the internet If you use a SOCKS firewall answer no (y|n) ? [no] Normally when FTP needs a data connection the client tells the server a port to connect to, and the server initiates a connection to the client. Some setups, in particular firewall setups, can/do not work using this protocol. In these situations the client must make the connection to the server, this is called a passive transfer. Should all FTP connections be passive (y|n) ? [yes] What is your local internet domain name : [] If you specified some default hosts above, it is possible for me to do some basic tests when you run `make test' This will cause `make test' to be quite a bit slower and, if your internet connection is via dialup, will require you to be on-line unless the hosts are local. Do you want me to run these tests (y|n) ? [yes] To allow Net::FTP to be tested I will need a hostname. This host should allow anonymous access and have a /pub directory What host can I use : [] Writing libnet.cfg Writing Makefile for Net Writing MYMETA.yml >>> make cp Net/POP3.pm blib/lib/Net/POP3.pm cp Net/FTP/dataconn.pm blib/lib/Net/FTP/dataconn.pm cp Net/SMTP.pm blib/lib/Net/SMTP.pm cp Net/Config.pm blib/lib/Net/Config.pm cp Net/libnetFAQ.pod blib/lib/Net/libnetFAQ.pod cp Net/FTP/E.pm blib/lib/Net/FTP/E.pm cp Net/Domain.pm blib/lib/Net/Domain.pm cp Net/Cmd.pm blib/lib/Net/Cmd.pm cp Net/FTP.pm blib/lib/Net/FTP.pm cp libnet.cfg blib/lib/Net/libnet.cfg cp Net/FTP/L.pm blib/lib/Net/FTP/L.pm cp Net/FTP/A.pm blib/lib/Net/FTP/A.pm cp Net/Netrc.pm blib/lib/Net/Netrc.pm cp Net/NNTP.pm blib/lib/Net/NNTP.pm cp Net/Time.pm blib/lib/Net/Time.pm cp Net/FTP/I.pm blib/lib/Net/FTP/I.pm Manifying blib/man3/Net::POP3.3 Manifying blib/man3/Net::SMTP.3 Manifying blib/man3/Net::Config.3 Manifying blib/man3/Net::libnetFAQ.3 Manifying blib/man3/Net::Domain.3 Manifying blib/man3/Net::Cmd.3 Manifying blib/man3/Net::FTP.3 Manifying blib/man3/Net::Netrc.3 Manifying blib/man3/Net::NNTP.3 Manifying blib/man3/Net::Time.3 GBARR/libnet-1.22.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/config.t .... 1..10 ok 1 # Net::Config should have been used ok 2 # ftp_firewall ok 3 # requires_firewall() should return 0 without ftp_firewall defined ok 4 # ... should return -1 without a valid hostname ok 5 # ... should return 0 without local_netmask defined ok 6 # ... should return false if host is within netmask ok 7 # ... should return true if host is outside netmask ok 8 # ... should find success with mutiple local netmasks ok 9 # ... should handle failure with multiple local netmasks ok 10 # is_external() should be an alias for requires_firewall() ok t/datasend.t .. 1..51 ok 1 # datasend ok 2 # dataend ok 3 ok 4 # datasend ok 5 # dataend ok 6 ok 7 # datasend ok 8 # dataend ok 9 ok 10 # datasend ok 11 # dataend ok 12 ok 13 # datasend ok 14 # dataend ok 15 ok 16 # datasend ok 17 # dataend ok 18 ok 19 # datasend ok 20 # datasend ok 21 # dataend ok 22 ok 23 # datasend ok 24 # datasend ok 25 # dataend ok 26 ok 27 # datasend ok 28 # datasend ok 29 # dataend ok 30 ok 31 # datasend ok 32 # datasend ok 33 # dataend ok 34 ok 35 # datasend ok 36 # dataend ok 37 ok 38 # datasend ok 39 # dataend ok 40 ok 41 # datasend ok 42 # datasend ok 43 # dataend ok 44 ok 45 # datasend ok 46 # datasend ok 47 # dataend ok 48 ok 49 # datasend ok 50 # dataend ok 51 ok t/ftp.t ....... skipped: (no reason given) t/hostname.t .. 1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/netrc.t ..... 1..20 ok 1 # should be able to require() Net::Netrc safely ok 2 # should be able to use Net::Netrc ok 3 # _readrc() should not read world-writable file ok 4 # ... and should warn about it ok 5 # _readrc() should not read file owned by someone else ok 6 # ... and should warn about it ok 7 # _readrc() should succeed now ok 8 # lookup() should find value by host name ok 9 # lookup() should find value by hostname and login name ok 10 # lookup() should find default value ok 11 # lookup() should ignore passed login when searching default ok 12 # lookup() should use default for unknown machine name ok 13 # login() should return undef if login is not set ok 14 # login() should return value when login is set ok 15 # account() should return undef if account is not set ok 16 # account() should return value when account is set ok 17 # password() should return undef if password is not set ok 18 # password() should return value when password is set ok 19 # lpa() should return login, password, account ok 20 # lpa() should return appropriate values for l, p, and a ok t/nntp.t ...... skipped: (no reason given) t/require.t ... 1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/smtp.t ...... skipped: (no reason given) All tests successful. Files=8, Tests=95, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.27 cusr 0.06 csys = 0.40 CPU) Result: PASS GBARR/libnet-1.22.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Graham Barr <gbarr@pobox.com> Collection of Network protocol modules >>> (cd /Users/fly1400/var/cpan/build/libnet-1.22-v03PH5 && tar cvf - libnet-1.22.ppd blib) | gzip -c >/Users/fly1400/var/REPO/G/GB/GBARR/libnet-1.22.tar.gz libnet-1.22.ppd blib/ blib/lib/ blib/lib/Net/ blib/lib/Net/Cmd.pm blib/lib/Net/Config.pm blib/lib/Net/Domain.pm blib/lib/Net/FTP/ blib/lib/Net/FTP/A.pm blib/lib/Net/FTP/dataconn.pm blib/lib/Net/FTP/E.pm blib/lib/Net/FTP/I.pm blib/lib/Net/FTP/L.pm blib/lib/Net/FTP.pm blib/lib/Net/libnet.cfg blib/lib/Net/libnetFAQ.pod blib/lib/Net/Netrc.pm blib/lib/Net/NNTP.pm blib/lib/Net/POP3.pm blib/lib/Net/SMTP.pm blib/lib/Net/Time.pm blib/man3/ blib/man3/Net::Cmd.3 blib/man3/Net::Config.3 blib/man3/Net::Domain.3 blib/man3/Net::FTP.3 blib/man3/Net::libnetFAQ.3 blib/man3/Net::Netrc.3 blib/man3/Net::NNTP.3 blib/man3/Net::POP3.3 blib/man3/Net::SMTP.3 blib/man3/Net::Time.3 >>> mv /Users/fly1400/var/cpan/build/libnet-1.22-v03PH5/libnet-1.22.ppd /Users/fly1400/var/REPO/G/GB/GBARR Finished 2011-04-28T11:08:19