2009年03月02日

LWPモジュールのインストール

Perl でネット上のデータを自動的に取得したり、操作したりする事のできる LWP モジュールをインストールします。
(OS:Cent OS5、Perl:v5.8.8、LWP:v5.825)

cpan 起動後 install Bundle::LWP でインストールします。

# perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan> install Bundle::LWP
MIME::Base64 is up to date.
Running install for module Digest::MD5
Running make for G/GA/GAAS/Digest-MD5-2.38.tar.gz
Fetching with LWP:
  ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/G/GA/GAAS/Digest-MD5-2.38.tar.gz
CPAN: Digest::MD5 loaded ok
Fetching with LWP:
  ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/G/GA/GAAS/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/Digest-MD5-2.38.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Digest-MD5-2.38/
Digest-MD5-2.38/Changes
Digest-MD5-2.38/hints/
Digest-MD5-2.38/hints/dec_osf.pl
Digest-MD5-2.38/hints/irix_6.pl
Digest-MD5-2.38/hints/MacOS.pl
Digest-MD5-2.38/Makefile.PL
Digest-MD5-2.38/MANIFEST
Digest-MD5-2.38/MD5.pm
Digest-MD5-2.38/MD5.xs
Digest-MD5-2.38/META.yml
Digest-MD5-2.38/README
Digest-MD5-2.38/rfc1321.txt
Digest-MD5-2.38/t/
Digest-MD5-2.38/t/align.t
Digest-MD5-2.38/t/badfile.t
Digest-MD5-2.38/t/bits.t
Digest-MD5-2.38/t/clone.t
Digest-MD5-2.38/t/files.t
Digest-MD5-2.38/t/md5-aaa.t
Digest-MD5-2.38/t/utf8.t
Digest-MD5-2.38/typemap

  CPAN.pm: Going to build G/GA/GAAS/Digest-MD5-2.38.tar.gz

Perl's config says that U32 access must not be aligned.
WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Digest::MD5
cp MD5.pm blib/lib/Digest/MD5.pm
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap  MD5.xs > MD5.xsc && mv MD5.xsc MD5.c
gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables   -DVERSION=\"2.38\" -DXS_VERSION=\"2.38\" -fPIC "-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE"   MD5.c
Running Mkbootstrap for Digest::MD5 ()
chmod 644 MD5.bs
rm -f blib/arch/auto/Digest/MD5/MD5.so
gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -L/usr/local/lib MD5.o  -o blib/arch/auto/Digest/MD5/MD5.so   \
                \

chmod 755 blib/arch/auto/Digest/MD5/MD5.so
cp MD5.bs blib/arch/auto/Digest/MD5/MD5.bs
chmod 644 blib/arch/auto/Digest/MD5/MD5.bs
Manifying blib/man3/Digest::MD5.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/align......ok
t/badfile....ok
t/bits.......ok
t/clone......ok
t/files......ok
t/md5-aaa....ok
t/utf8.......ok
All tests successful.
Files=7, Tests=275,  1 wallclock secs ( 0.69 cusr +  0.07 csys =  0.76 CPU)
  /usr/bin/make test -- OK
Running make install
Installing /usr/lib/perl5/5.8.8/i386-linux-thread-multi/auto/Digest/MD5/MD5.bs
Installing /usr/lib/perl5/5.8.8/i386-linux-thread-multi/auto/Digest/MD5/MD5.so
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/lib/perl5/5.8.8/i386-linux-thread-multi/Digest/MD5.pm
Installing /usr/share/man/man3/Digest::MD5.3pm
Writing /usr/lib/perl5/5.8.8/i386-linux-thread-multi/auto/Digest/MD5/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
  /usr/bin/make install  -- OK
Running install for module URI
Running make for G/GA/GAAS/URI-1.37.tar.gz
Fetching with LWP:
  ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/G/GA/GAAS/URI-1.37.tar.gz
Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/URI-1.37.tar.gz ok
URI-1.37/
URI-1.37/Changes
URI-1.37/Makefile.PL
URI-1.37/MANIFEST
URI-1.37/META.yml
URI-1.37/README
URI-1.37/rfc2396.txt
URI-1.37/t/
URI-1.37/t/abs.t
URI-1.37/t/clone.t
URI-1.37/t/cwd.t
URI-1.37/t/data.t
URI-1.37/t/escape.t
URI-1.37/t/file.t
URI-1.37/t/ftp.t
URI-1.37/t/generic.t
URI-1.37/t/gopher.t
URI-1.37/t/heuristic.t
URI-1.37/t/http.t
URI-1.37/t/ldap.t
URI-1.37/t/mailto.t
URI-1.37/t/mix.t
URI-1.37/t/mms.t
URI-1.37/t/news.t
URI-1.37/t/old-absconf.t
URI-1.37/t/old-base.t
URI-1.37/t/old-file.t
URI-1.37/t/old-relbase.t
URI-1.37/t/pop.t
URI-1.37/t/query-param.t
URI-1.37/t/query.t
URI-1.37/t/rel.t
URI-1.37/t/rfc2732.t
URI-1.37/t/roy-test.t
URI-1.37/t/roytest1.html
URI-1.37/t/roytest2.html
URI-1.37/t/roytest3.html
URI-1.37/t/roytest4.html
URI-1.37/t/roytest5.html
URI-1.37/t/rsync.t
URI-1.37/t/rtsp.t
URI-1.37/t/sip.t
URI-1.37/t/split.t
URI-1.37/t/storable-test.pl
URI-1.37/t/storable.t
URI-1.37/t/urn-isbn.t
URI-1.37/t/urn-oid.t
URI-1.37/t/utf8.t
URI-1.37/URI/
URI-1.37/URI/_foreign.pm
URI-1.37/URI/_generic.pm
URI-1.37/URI/_ldap.pm
URI-1.37/URI/_login.pm
URI-1.37/URI/_query.pm
URI-1.37/URI/_segment.pm
URI-1.37/URI/_server.pm
URI-1.37/URI/_userpass.pm
URI-1.37/URI/data.pm
URI-1.37/URI/Escape.pm
URI-1.37/URI/file/
URI-1.37/URI/file/Base.pm
URI-1.37/URI/file/FAT.pm
URI-1.37/URI/file/Mac.pm
URI-1.37/URI/file/OS2.pm
URI-1.37/URI/file/QNX.pm
URI-1.37/URI/file/Unix.pm
URI-1.37/URI/file/Win32.pm
URI-1.37/URI/file.pm
URI-1.37/URI/ftp.pm
URI-1.37/URI/gopher.pm
URI-1.37/URI/Heuristic.pm
URI-1.37/URI/http.pm
URI-1.37/URI/https.pm
URI-1.37/URI/ldap.pm
URI-1.37/URI/ldapi.pm
URI-1.37/URI/ldaps.pm
URI-1.37/URI/mailto.pm
URI-1.37/URI/mms.pm
URI-1.37/URI/news.pm
URI-1.37/URI/nntp.pm
URI-1.37/URI/pop.pm
URI-1.37/URI/QueryParam.pm
URI-1.37/URI/rlogin.pm
URI-1.37/URI/rsync.pm
URI-1.37/URI/rtsp.pm
URI-1.37/URI/rtspu.pm
URI-1.37/URI/sip.pm
URI-1.37/URI/sips.pm
URI-1.37/URI/snews.pm
URI-1.37/URI/Split.pm
URI-1.37/URI/ssh.pm
URI-1.37/URI/telnet.pm
URI-1.37/URI/tn3270.pm
URI-1.37/URI/URL.pm
URI-1.37/URI/urn/
URI-1.37/URI/urn/isbn.pm
URI-1.37/URI/urn/oid.pm
URI-1.37/URI/urn.pm
URI-1.37/URI/WithBase.pm
URI-1.37/uri-test
URI-1.37/URI.pm

  CPAN.pm: Going to build G/GA/GAAS/URI-1.37.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for URI
cp URI/_ldap.pm blib/lib/URI/_ldap.pm
cp URI/ftp.pm blib/lib/URI/ftp.pm
cp URI/_segment.pm blib/lib/URI/_segment.pm
cp URI/file/OS2.pm blib/lib/URI/file/OS2.pm
cp URI/_generic.pm blib/lib/URI/_generic.pm
cp URI/file/QNX.pm blib/lib/URI/file/QNX.pm
cp URI/tn3270.pm blib/lib/URI/tn3270.pm
cp URI/nntp.pm blib/lib/URI/nntp.pm
cp URI/QueryParam.pm blib/lib/URI/QueryParam.pm
cp URI/gopher.pm blib/lib/URI/gopher.pm
cp URI/sips.pm blib/lib/URI/sips.pm
cp URI/urn/oid.pm blib/lib/URI/urn/oid.pm
cp URI/WithBase.pm blib/lib/URI/WithBase.pm
cp URI.pm blib/lib/URI.pm
cp URI/file/Base.pm blib/lib/URI/file/Base.pm
cp URI/ldapi.pm blib/lib/URI/ldapi.pm
cp URI/mailto.pm blib/lib/URI/mailto.pm
cp URI/file/Unix.pm blib/lib/URI/file/Unix.pm
cp URI/data.pm blib/lib/URI/data.pm
cp URI/_userpass.pm blib/lib/URI/_userpass.pm
cp URI/urn.pm blib/lib/URI/urn.pm
cp URI/ldap.pm blib/lib/URI/ldap.pm
cp URI/telnet.pm blib/lib/URI/telnet.pm
cp URI/mms.pm blib/lib/URI/mms.pm
cp URI/_foreign.pm blib/lib/URI/_foreign.pm
cp URI/_server.pm blib/lib/URI/_server.pm
cp URI/Heuristic.pm blib/lib/URI/Heuristic.pm
cp URI/URL.pm blib/lib/URI/URL.pm
cp URI/_query.pm blib/lib/URI/_query.pm
cp URI/rtsp.pm blib/lib/URI/rtsp.pm
cp URI/file.pm blib/lib/URI/file.pm
cp URI/Split.pm blib/lib/URI/Split.pm
cp URI/rlogin.pm blib/lib/URI/rlogin.pm
cp URI/news.pm blib/lib/URI/news.pm
cp URI/urn/isbn.pm blib/lib/URI/urn/isbn.pm
cp URI/http.pm blib/lib/URI/http.pm
cp URI/ssh.pm blib/lib/URI/ssh.pm
cp URI/rsync.pm blib/lib/URI/rsync.pm
cp URI/https.pm blib/lib/URI/https.pm
cp URI/file/Win32.pm blib/lib/URI/file/Win32.pm
cp URI/ldaps.pm blib/lib/URI/ldaps.pm
cp URI/snews.pm blib/lib/URI/snews.pm
cp URI/pop.pm blib/lib/URI/pop.pm
cp URI/Escape.pm blib/lib/URI/Escape.pm
cp URI/rtspu.pm blib/lib/URI/rtspu.pm
cp URI/file/FAT.pm blib/lib/URI/file/FAT.pm
cp URI/sip.pm blib/lib/URI/sip.pm
cp URI/_login.pm blib/lib/URI/_login.pm
cp URI/file/Mac.pm blib/lib/URI/file/Mac.pm
Manifying blib/man3/URI::WithBase.3pm
Manifying blib/man3/URI::URL.3pm
Manifying blib/man3/URI.3pm
Manifying blib/man3/URI::file.3pm
Manifying blib/man3/URI::Split.3pm
Manifying blib/man3/URI::data.3pm
Manifying blib/man3/URI::ldap.3pm
Manifying blib/man3/URI::Escape.3pm
Manifying blib/man3/URI::QueryParam.3pm
Manifying blib/man3/URI::Heuristic.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/abs............ok
t/clone..........ok
t/cwd............ok
t/data...........ok
t/escape.........ok
t/file...........ok
t/ftp............ok
t/generic........ok
t/gopher.........ok
t/heuristic......ok
t/http...........ok
t/ldap...........ok
t/mailto.........ok
t/mix............ok
t/mms............ok
t/news...........ok
t/old-absconf....ok
t/old-base.......ok
t/old-file.......ok
t/old-relbase....ok
t/pop............ok
t/query-param....ok
t/query..........ok
t/rel............ok
t/rfc2732........ok
t/roy-test.......ok
t/rsync..........ok
t/rtsp...........ok
t/sip............ok
t/split..........ok
t/storable.......ok
t/urn-isbn.......skipped
        all skipped: Needs the Business::ISBN module installed
t/urn-oid........ok
t/utf8...........ok
All tests successful, 1 test skipped.
Files=34, Tests=525,  5 wallclock secs ( 2.78 cusr +  0.41 csys =  3.19 CPU)
  /usr/bin/make test -- OK
Running make install
Installing /usr/lib/perl5/site_perl/5.8.8/URI.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/urn.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/file.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/news.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/QueryParam.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/tn3270.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/_userpass.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/mms.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/ldapi.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/Escape.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/_login.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/URL.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/data.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/mailto.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/ssh.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/WithBase.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/_query.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/_server.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/sip.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/gopher.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/http.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/rsync.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/rtsp.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/ldap.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/_generic.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/ftp.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/https.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/_ldap.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/rlogin.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/sips.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/_segment.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/snews.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/_foreign.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/rtspu.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/telnet.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/Heuristic.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/nntp.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/ldaps.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/Split.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/pop.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/file/OS2.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/file/QNX.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/file/Base.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/file/Mac.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/file/Unix.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/file/Win32.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/file/FAT.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/urn/isbn.pm
Installing /usr/lib/perl5/site_perl/5.8.8/URI/urn/oid.pm
Installing /usr/share/man/man3/URI::URL.3pm
Installing /usr/share/man/man3/URI::ldap.3pm
Installing /usr/share/man/man3/URI::data.3pm
Installing /usr/share/man/man3/URI::Escape.3pm
Installing /usr/share/man/man3/URI::file.3pm
Installing /usr/share/man/man3/URI.3pm
Installing /usr/share/man/man3/URI::Heuristic.3pm
Installing /usr/share/man/man3/URI::WithBase.3pm
Installing /usr/share/man/man3/URI::Split.3pm
Installing /usr/share/man/man3/URI::QueryParam.3pm
Writing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/URI/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
  /usr/bin/make install  -- OK
Running install for module Net::FTP
Running make for G/GB/GBARR/libnet-1.22.tar.gz
Fetching with LWP:
  ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/G/GB/GBARR/libnet-1.22.tar.gz
LWP failed with code[500] message[]
Fetching with Net::FTP:
  ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/G/GB/GBARR/libnet-1.22.tar.gz
Fetching with LWP:
  ftp://ftp.jaist.ac.jp/pub/CPAN/authors/id/G/GB/GBARR/libnet-1.22.tar.gz
Fetching with LWP:
  ftp://ftp.jaist.ac.jp/pub/CPAN/authors/id/G/GB/GBARR/CHECKSUMS
Checksum for /root/.cpan/sources/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

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]

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
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/A.pm blib/lib/Net/FTP/A.pm
cp Net/FTP/L.pm blib/lib/Net/FTP/L.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.3pm
Manifying blib/man3/Net::Config.3pm
Manifying blib/man3/Net::SMTP.3pm
Manifying blib/man3/Net::libnetFAQ.3pm
Manifying blib/man3/Net::Domain.3pm
Manifying blib/man3/Net::Cmd.3pm
Manifying blib/man3/Net::FTP.3pm
Manifying blib/man3/Net::Netrc.3pm
Manifying blib/man3/Net::NNTP.3pm
Manifying blib/man3/Net::Time.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/config......ok
t/datasend....ok
t/ftp.........skipped
        all skipped: no reason given
t/hostname....ok
t/netrc.......ok
        2/20 skipped: testing as root
t/nntp........skipped
        all skipped: no reason given
t/require.....ok
t/smtp........skipped
        all skipped: no reason given
All tests successful, 3 tests and 2 subtests skipped.
Files=8, Tests=95,  2 wallclock secs ( 0.92 cusr +  0.12 csys =  1.04 CPU)
  /usr/bin/make test -- OK
Running make install
Installing /usr/lib/perl5/5.8.8/Net/Netrc.pm
Installing /usr/lib/perl5/5.8.8/Net/libnet.cfg
Installing /usr/lib/perl5/5.8.8/Net/libnetFAQ.pod
Installing /usr/lib/perl5/5.8.8/Net/SMTP.pm
Installing /usr/lib/perl5/5.8.8/Net/Domain.pm
Installing /usr/lib/perl5/5.8.8/Net/Config.pm
Installing /usr/lib/perl5/5.8.8/Net/FTP.pm
Installing /usr/lib/perl5/5.8.8/Net/NNTP.pm
Installing /usr/lib/perl5/5.8.8/Net/POP3.pm
Installing /usr/lib/perl5/5.8.8/Net/Cmd.pm
Installing /usr/lib/perl5/5.8.8/Net/Time.pm
Installing /usr/lib/perl5/5.8.8/Net/FTP/I.pm
Installing /usr/lib/perl5/5.8.8/Net/FTP/dataconn.pm
Installing /usr/lib/perl5/5.8.8/Net/FTP/A.pm
Installing /usr/share/man/man3/Net::libnetFAQ.3pm
Installing /usr/share/man/man3/Net::FTP.3pm
Installing /usr/share/man/man3/Net::SMTP.3pm
Installing /usr/share/man/man3/Net::Config.3pm
Installing /usr/share/man/man3/Net::Cmd.3pm
Installing /usr/share/man/man3/Net::Netrc.3pm
Installing /usr/share/man/man3/Net::Domain.3pm
Installing /usr/share/man/man3/Net::Time.3pm
Installing /usr/share/man/man3/Net::POP3.3pm
Installing /usr/share/man/man3/Net::NNTP.3pm
Writing /usr/lib/perl5/5.8.8/i386-linux-thread-multi/auto/Net/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
  /usr/bin/make install  -- OK
Running install for module HTML::Tagset
Running make for P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
Fetching with LWP:
  ftp://ftp.jaist.ac.jp/pub/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz
Fetching with LWP:
  ftp://ftp.jaist.ac.jp/pub/CPAN/authors/id/P/PE/PETDANCE/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz ok
HTML-Tagset-3.20/
HTML-Tagset-3.20/Tagset.pm
HTML-Tagset-3.20/Makefile.PL
HTML-Tagset-3.20/META.yml
HTML-Tagset-3.20/MANIFEST.SKIP
HTML-Tagset-3.20/MANIFEST
HTML-Tagset-3.20/README
HTML-Tagset-3.20/t/
HTML-Tagset-3.20/t/01_old_junk.t
HTML-Tagset-3.20/t/pod.t
HTML-Tagset-3.20/t/00_about_verbose.t
HTML-Tagset-3.20/Changes

  CPAN.pm: Going to build P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for HTML::Tagset
cp Tagset.pm blib/lib/HTML/Tagset.pm
Manifying blib/man3/HTML::Tagset.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_about_verbose....ok
t/01_old_junk.........ok
t/pod.................skipped
        all skipped: Test::Pod 1.14 required for testing POD
All tests successful, 1 test skipped.
Files=3, Tests=3,  0 wallclock secs ( 0.14 cusr +  0.02 csys =  0.16 CPU)
  /usr/bin/make test -- OK
Running make install
Installing /usr/lib/perl5/site_perl/5.8.8/HTML/Tagset.pm
Installing /usr/share/man/man3/HTML::Tagset.3pm
Writing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/HTML/Tagset/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
  /usr/bin/make install  -- OK
Running install for module HTML::Parser
Running make for G/GA/GAAS/HTML-Parser-3.60.tar.gz
Fetching with LWP:
  ftp://ftp.jaist.ac.jp/pub/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.60.tar.gz
Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTML-Parser-3.60.tar.gz ok
HTML-Parser-3.60/
HTML-Parser-3.60/Changes
HTML-Parser-3.60/eg/
HTML-Parser-3.60/eg/hanchors
HTML-Parser-3.60/eg/hdump
HTML-Parser-3.60/eg/hform
HTML-Parser-3.60/eg/hlc
HTML-Parser-3.60/eg/hrefsub
HTML-Parser-3.60/eg/hstrip
HTML-Parser-3.60/eg/htext
HTML-Parser-3.60/eg/htextsub
HTML-Parser-3.60/eg/htitle
HTML-Parser-3.60/hints/
HTML-Parser-3.60/hints/solaris.pl
HTML-Parser-3.60/hparser.c
HTML-Parser-3.60/hparser.h
HTML-Parser-3.60/lib/
HTML-Parser-3.60/lib/HTML/
HTML-Parser-3.60/lib/HTML/Entities.pm
HTML-Parser-3.60/lib/HTML/Filter.pm
HTML-Parser-3.60/lib/HTML/HeadParser.pm
HTML-Parser-3.60/lib/HTML/LinkExtor.pm
HTML-Parser-3.60/lib/HTML/PullParser.pm
HTML-Parser-3.60/lib/HTML/TokeParser.pm
HTML-Parser-3.60/Makefile.PL
HTML-Parser-3.60/MANIFEST
HTML-Parser-3.60/META.yml
HTML-Parser-3.60/mkhctype
HTML-Parser-3.60/mkpfunc
HTML-Parser-3.60/Parser.pm
HTML-Parser-3.60/Parser.xs
HTML-Parser-3.60/README
HTML-Parser-3.60/t/
HTML-Parser-3.60/t/api_version.t
HTML-Parser-3.60/t/argspec-bad.t
HTML-Parser-3.60/t/argspec.t
HTML-Parser-3.60/t/argspec2.t
HTML-Parser-3.60/t/attr-encoded.t
HTML-Parser-3.60/t/callback.t
HTML-Parser-3.60/t/case-sensitive.t
HTML-Parser-3.60/t/cases.t
HTML-Parser-3.60/t/comment.t
HTML-Parser-3.60/t/crashme.t
HTML-Parser-3.60/t/declaration.t
HTML-Parser-3.60/t/default.t
HTML-Parser-3.60/t/document.t
HTML-Parser-3.60/t/dtext.t
HTML-Parser-3.60/t/entities.t
HTML-Parser-3.60/t/entities2.t
HTML-Parser-3.60/t/filter-methods.t
HTML-Parser-3.60/t/filter.t
HTML-Parser-3.60/t/handler-eof.t
HTML-Parser-3.60/t/handler.t
HTML-Parser-3.60/t/headparser-http.t
HTML-Parser-3.60/t/headparser.t
HTML-Parser-3.60/t/ignore.t
HTML-Parser-3.60/t/largetags.t
HTML-Parser-3.60/t/linkextor-base.t
HTML-Parser-3.60/t/linkextor-rel.t
HTML-Parser-3.60/t/magic.t
HTML-Parser-3.60/t/marked-sect.t
HTML-Parser-3.60/t/msie-compat.t
HTML-Parser-3.60/t/offset.t
HTML-Parser-3.60/t/options.t
HTML-Parser-3.60/t/parsefile.t
HTML-Parser-3.60/t/parser.t
HTML-Parser-3.60/t/plaintext.t
HTML-Parser-3.60/t/pod.t
HTML-Parser-3.60/t/process.t
HTML-Parser-3.60/t/pullparser.t
HTML-Parser-3.60/t/script.t
HTML-Parser-3.60/t/skipped-text.t
HTML-Parser-3.60/t/stack-realloc.t
HTML-Parser-3.60/t/textarea.t
HTML-Parser-3.60/t/threads.t
HTML-Parser-3.60/t/tokeparser.t
HTML-Parser-3.60/t/uentities.t
HTML-Parser-3.60/t/unbroken-text.t
HTML-Parser-3.60/t/unicode-bom.t
HTML-Parser-3.60/t/unicode.t
HTML-Parser-3.60/t/xml-mode.t
HTML-Parser-3.60/TODO
HTML-Parser-3.60/tokenpos.h
HTML-Parser-3.60/typemap
HTML-Parser-3.60/util.c

  CPAN.pm: Going to build G/GA/GAAS/HTML-Parser-3.60.tar.gz

WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for HTML::Parser
cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm
cp Parser.pm blib/lib/HTML/Parser.pm
cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm
cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm
cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm
cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm
cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap  Parser.xs > Parser.xsc && mv Parser.xsc Parser.c
/usr/bin/perl mkhctype >hctype.h
/usr/bin/perl mkpfunc >pfunc.h
gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables   -DVERSION=\"3.60\" -DXS_VERSION=\"3.60\" -fPIC "-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE"  -DMARKED_SECTION Parser.c
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/patchlevel.h:122: warning: 'local_patches' defined but not used
Running Mkbootstrap for HTML::Parser ()
chmod 644 Parser.bs
rm -f blib/arch/auto/HTML/Parser/Parser.so
gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -L/usr/local/lib Parser.o  -o blib/arch/auto/HTML/Parser/Parser.so    \
                \

chmod 755 blib/arch/auto/HTML/Parser/Parser.so
cp Parser.bs blib/arch/auto/HTML/Parser/Parser.bs
chmod 644 blib/arch/auto/HTML/Parser/Parser.bs
Manifying blib/man3/HTML::PullParser.3pm
Manifying blib/man3/HTML::Entities.3pm
Manifying blib/man3/HTML::Parser.3pm
Manifying blib/man3/HTML::TokeParser.3pm
Manifying blib/man3/HTML::LinkExtor.3pm
Manifying blib/man3/HTML::HeadParser.3pm
Manifying blib/man3/HTML::Filter.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/api_version........ok
t/argspec-bad........ok
t/argspec............ok
t/argspec2...........ok
t/attr-encoded.......ok
t/callback...........ok
t/case-sensitive.....ok
t/cases..............ok
t/comment............ok
t/crashme............ok
t/declaration........ok
t/default............ok
t/document...........ok
t/dtext..............ok
t/entities...........ok
t/entities2..........ok
t/filter-methods.....ok
t/filter.............ok
t/handler-eof........ok
t/handler............ok
t/headparser-http....ok
t/headparser.........ok
t/ignore.............ok
t/largetags..........ok
t/linkextor-base.....ok
t/linkextor-rel......ok
t/magic..............ok
t/marked-sect........ok
t/msie-compat........ok
t/offset.............ok
t/options............ok
t/parsefile..........ok
t/parser.............ok
t/plaintext..........ok
t/pod................skipped
        all skipped: Test::Pod 1.00 required for testing POD
t/process............ok
t/pullparser.........ok
t/script.............ok
t/skipped-text.......ok
t/stack-realloc......ok
t/textarea...........ok
t/threads............ok
t/tokeparser.........ok
t/uentities..........ok
t/unbroken-text......ok
t/unicode-bom........ok
t/unicode............ok
t/xml-mode...........ok
All tests successful, 1 test skipped.
Files=48, Tests=439,  7 wallclock secs ( 6.81 cusr +  0.65 csys =  7.46 CPU)
  /usr/bin/make test -- OK
Running make install
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/HTML/Parser/Parser.bs
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/HTML/Parser/Parser.so
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/HTML/LinkExtor.pm
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/HTML/Parser.pm
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/HTML/Entities.pm
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/HTML/TokeParser.pm
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/HTML/PullParser.pm
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/HTML/Filter.pm
Installing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/HTML/HeadParser.pm
Installing /usr/share/man/man3/HTML::HeadParser.3pm
Installing /usr/share/man/man3/HTML::Parser.3pm
Installing /usr/share/man/man3/HTML::LinkExtor.3pm
Installing /usr/share/man/man3/HTML::PullParser.3pm
Installing /usr/share/man/man3/HTML::TokeParser.3pm
Installing /usr/share/man/man3/HTML::Entities.3pm
Installing /usr/share/man/man3/HTML::Filter.3pm
Writing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/HTML/Parser/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
  /usr/bin/make install  -- OK
HTML::HeadParser is up to date.
Running install for module LWP
Running make for G/GA/GAAS/libwww-perl-5.825.tar.gz
Fetching with LWP:
  ftp://ftp.jaist.ac.jp/pub/CPAN/authors/id/G/GA/GAAS/libwww-perl-5.825.tar.gz
Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/libwww-perl-5.825.tar.gz ok
libwww-perl-5.825/
libwww-perl-5.825/AUTHORS
libwww-perl-5.825/bin/
libwww-perl-5.825/bin/lwp-download
libwww-perl-5.825/bin/lwp-mirror
libwww-perl-5.825/bin/lwp-request
libwww-perl-5.825/bin/lwp-rget
libwww-perl-5.825/Changes
libwww-perl-5.825/lib/
libwww-perl-5.825/lib/Bundle/
libwww-perl-5.825/lib/Bundle/LWP.pm
libwww-perl-5.825/lib/File/
libwww-perl-5.825/lib/File/Listing.pm
libwww-perl-5.825/lib/HTML/
libwww-perl-5.825/lib/HTML/Form.pm
libwww-perl-5.825/lib/HTTP/
libwww-perl-5.825/lib/HTTP/Config.pm
libwww-perl-5.825/lib/HTTP/Cookies/
libwww-perl-5.825/lib/HTTP/Cookies/Microsoft.pm
libwww-perl-5.825/lib/HTTP/Cookies/Netscape.pm
libwww-perl-5.825/lib/HTTP/Cookies.pm
libwww-perl-5.825/lib/HTTP/Daemon.pm
libwww-perl-5.825/lib/HTTP/Date.pm
libwww-perl-5.825/lib/HTTP/Headers/
libwww-perl-5.825/lib/HTTP/Headers/Auth.pm
libwww-perl-5.825/lib/HTTP/Headers/ETag.pm
libwww-perl-5.825/lib/HTTP/Headers/Util.pm
libwww-perl-5.825/lib/HTTP/Headers.pm
libwww-perl-5.825/lib/HTTP/Message.pm
libwww-perl-5.825/lib/HTTP/Negotiate.pm
libwww-perl-5.825/lib/HTTP/Request/
libwww-perl-5.825/lib/HTTP/Request/Common.pm
libwww-perl-5.825/lib/HTTP/Request.pm
libwww-perl-5.825/lib/HTTP/Response.pm
libwww-perl-5.825/lib/HTTP/Status.pm
libwww-perl-5.825/lib/LWP/
libwww-perl-5.825/lib/LWP/Authen/
libwww-perl-5.825/lib/LWP/Authen/Basic.pm
libwww-perl-5.825/lib/LWP/Authen/Digest.pm
libwww-perl-5.825/lib/LWP/Authen/Ntlm.pm
libwww-perl-5.825/lib/LWP/ConnCache.pm
libwww-perl-5.825/lib/LWP/Debug.pm
libwww-perl-5.825/lib/LWP/DebugFile.pm
libwww-perl-5.825/lib/LWP/media.types
libwww-perl-5.825/lib/LWP/MediaTypes.pm
libwww-perl-5.825/lib/LWP/MemberMixin.pm
libwww-perl-5.825/lib/LWP/Protocol/
libwww-perl-5.825/lib/LWP/Protocol/cpan.pm
libwww-perl-5.825/lib/LWP/Protocol/data.pm
libwww-perl-5.825/lib/LWP/Protocol/file.pm
libwww-perl-5.825/lib/LWP/Protocol/ftp.pm
libwww-perl-5.825/lib/LWP/Protocol/GHTTP.pm
libwww-perl-5.825/lib/LWP/Protocol/gopher.pm
libwww-perl-5.825/lib/LWP/Protocol/http.pm
libwww-perl-5.825/lib/LWP/Protocol/http10.pm
libwww-perl-5.825/lib/LWP/Protocol/https.pm
libwww-perl-5.825/lib/LWP/Protocol/https10.pm
libwww-perl-5.825/lib/LWP/Protocol/loopback.pm
libwww-perl-5.825/lib/LWP/Protocol/mailto.pm
libwww-perl-5.825/lib/LWP/Protocol/nntp.pm
libwww-perl-5.825/lib/LWP/Protocol/nogo.pm
libwww-perl-5.825/lib/LWP/Protocol.pm
libwww-perl-5.825/lib/LWP/RobotUA.pm
libwww-perl-5.825/lib/LWP/Simple.pm
libwww-perl-5.825/lib/LWP/UserAgent.pm
libwww-perl-5.825/lib/LWP.pm
libwww-perl-5.825/lib/Net/
libwww-perl-5.825/lib/Net/HTTP/
libwww-perl-5.825/lib/Net/HTTP/Methods.pm
libwww-perl-5.825/lib/Net/HTTP/NB.pm
libwww-perl-5.825/lib/Net/HTTP.pm
libwww-perl-5.825/lib/Net/HTTPS.pm
libwww-perl-5.825/lib/WWW/
libwww-perl-5.825/lib/WWW/RobotRules/
libwww-perl-5.825/lib/WWW/RobotRules/AnyDBM_File.pm
libwww-perl-5.825/lib/WWW/RobotRules.pm
libwww-perl-5.825/lwpcook.pod
libwww-perl-5.825/lwptut.pod
libwww-perl-5.825/Makefile.PL
libwww-perl-5.825/MANIFEST
libwww-perl-5.825/META.yml
libwww-perl-5.825/README
libwww-perl-5.825/README.SSL
libwww-perl-5.825/t/
libwww-perl-5.825/t/base/
libwww-perl-5.825/t/base/common-req.t
libwww-perl-5.825/t/base/cookies.t
libwww-perl-5.825/t/base/date.t
libwww-perl-5.825/t/base/headers-auth.t
libwww-perl-5.825/t/base/headers-etag.t
libwww-perl-5.825/t/base/headers-util.t
libwww-perl-5.825/t/base/headers.t
libwww-perl-5.825/t/base/http-config.t
libwww-perl-5.825/t/base/http.t
libwww-perl-5.825/t/base/listing.t
libwww-perl-5.825/t/base/mediatypes.t
libwww-perl-5.825/t/base/message-old.t
libwww-perl-5.825/t/base/message-parts.t
libwww-perl-5.825/t/base/message.t
libwww-perl-5.825/t/base/negotiate.t
libwww-perl-5.825/t/base/protocols.t
libwww-perl-5.825/t/base/request.t
libwww-perl-5.825/t/base/response.t
libwww-perl-5.825/t/base/status-old.t
libwww-perl-5.825/t/base/status.t
libwww-perl-5.825/t/base/ua.t
libwww-perl-5.825/t/html/
libwww-perl-5.825/t/html/form-maxlength.t
libwww-perl-5.825/t/html/form-multi-select.t
libwww-perl-5.825/t/html/form-param.t
libwww-perl-5.825/t/html/form.t
libwww-perl-5.825/t/live/
libwww-perl-5.825/t/live/apache-listing.t
libwww-perl-5.825/t/live/apache.t
libwww-perl-5.825/t/live/https.t
libwww-perl-5.825/t/live/jigsaw-auth-b.t
libwww-perl-5.825/t/live/jigsaw-auth-d.t
libwww-perl-5.825/t/live/jigsaw-chunk.t
libwww-perl-5.825/t/live/jigsaw-md5-get.t
libwww-perl-5.825/t/live/jigsaw-md5.t
libwww-perl-5.825/t/live/jigsaw-neg-get.t
libwww-perl-5.825/t/live/jigsaw-neg.t
libwww-perl-5.825/t/live/jigsaw-te.t
libwww-perl-5.825/t/local/
libwww-perl-5.825/t/local/autoload-get.t
libwww-perl-5.825/t/local/autoload.t
libwww-perl-5.825/t/local/chunked.t
libwww-perl-5.825/t/local/get.t
libwww-perl-5.825/t/local/http.t
libwww-perl-5.825/t/local/protosub.t
libwww-perl-5.825/t/net/
libwww-perl-5.825/t/net/cgi-bin/
libwww-perl-5.825/t/net/cgi-bin/moved
libwww-perl-5.825/t/net/cgi-bin/nph-slowdata
libwww-perl-5.825/t/net/cgi-bin/slowread
libwww-perl-5.825/t/net/cgi-bin/test
libwww-perl-5.825/t/net/cgi-bin/timeout
libwww-perl-5.825/t/net/config.pl.dist
libwww-perl-5.825/t/net/http-get.t
libwww-perl-5.825/t/net/http-post.t
libwww-perl-5.825/t/net/http-timeout.t
libwww-perl-5.825/t/net/mirror.t
libwww-perl-5.825/t/net/moved.t
libwww-perl-5.825/t/net/proxy.t
libwww-perl-5.825/t/README
libwww-perl-5.825/t/robot/
libwww-perl-5.825/t/robot/rules-dbm.t
libwww-perl-5.825/t/robot/rules.t
libwww-perl-5.825/t/robot/ua-get.t
libwww-perl-5.825/t/robot/ua.t
libwww-perl-5.825/t/TEST
libwww-perl-5.825/talk-to-ourself

  CPAN.pm: Going to build G/GA/GAAS/libwww-perl-5.825.tar.gz

WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for LWP
cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm
cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm
cp lib/LWP.pm blib/lib/LWP.pm
cp lib/HTTP/Headers/ETag.pm blib/lib/HTTP/Headers/ETag.pm
cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm
cp lwptut.pod blib/lib/lwptut.pod
cp lib/HTTP/Request/Common.pm blib/lib/HTTP/Request/Common.pm
cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm
cp lib/HTTP/Message.pm blib/lib/HTTP/Message.pm
cp lib/HTML/Form.pm blib/lib/HTML/Form.pm
cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm
cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm
cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm
cp lib/HTTP/Status.pm blib/lib/HTTP/Status.pm
cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm
cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm
cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm
cp lib/HTTP/Headers/Util.pm blib/lib/HTTP/Headers/Util.pm
cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm
cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm
cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm
cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm
cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm
cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm
cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm
cp lib/LWP/Protocol/https10.pm blib/lib/LWP/Protocol/https10.pm
cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm
cp lib/HTTP/Headers/Auth.pm blib/lib/HTTP/Headers/Auth.pm
cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm
cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm
cp lib/LWP/media.types blib/lib/LWP/media.types
cp lib/HTTP/Daemon.pm blib/lib/HTTP/Daemon.pm
cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm
cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm
cp lib/File/Listing.pm blib/lib/File/Listing.pm
cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm
cp lib/LWP/MediaTypes.pm blib/lib/LWP/MediaTypes.pm
cp lwpcook.pod blib/lib/lwpcook.pod
cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm
cp lib/LWP/Protocol/http10.pm blib/lib/LWP/Protocol/http10.pm
cp lib/HTTP/Date.pm blib/lib/HTTP/Date.pm
cp lib/LWP/Protocol/GHTTP.pm blib/lib/LWP/Protocol/GHTTP.pm
cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm
cp lib/HTTP/Request.pm blib/lib/HTTP/Request.pm
cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm
cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm
cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm
cp lib/HTTP/Config.pm blib/lib/HTTP/Config.pm
cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm
cp lib/HTTP/Response.pm blib/lib/HTTP/Response.pm
cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm
cp lib/HTTP/Headers.pm blib/lib/HTTP/Headers.pm
cp lib/LWP/Protocol/https.pm blib/lib/LWP/Protocol/https.pm
cp lib/Bundle/LWP.pm blib/lib/Bundle/LWP.pm
cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm
cp bin/lwp-mirror blib/script/lwp-mirror
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/lwp-mirror
cp bin/lwp-download blib/script/lwp-download
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/lwp-download
cp bin/lwp-rget blib/script/lwp-rget
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/lwp-rget
cp bin/lwp-request blib/script/lwp-request
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/lwp-request
Manifying blib/man1/lwp-mirror.1
Manifying blib/man1/lwp-download.1
Manifying blib/man1/lwp-rget.1
Manifying blib/man1/lwp-request.1
Manifying blib/man3/LWP::RobotUA.3pm
Manifying blib/man3/LWP::Authen::Ntlm.3pm
Manifying blib/man3/LWP.3pm
Manifying blib/man3/LWP::Protocol.3pm
Manifying blib/man3/HTTP::Request::Common.3pm
Manifying blib/man3/lwptut.3pm
Manifying blib/man3/HTTP::Message.3pm
Manifying blib/man3/HTML::Form.3pm
Manifying blib/man3/HTTP::Cookies::Netscape.3pm
Manifying blib/man3/HTTP::Status.3pm
Manifying blib/man3/Net::HTTP::NB.3pm
Manifying blib/man3/HTTP::Headers::Util.3pm
Manifying blib/man3/HTTP::Cookies::Microsoft.3pm
Manifying blib/man3/LWP::UserAgent.3pm
Manifying blib/man3/LWP::MemberMixin.3pm
Manifying blib/man3/LWP::Debug.3pm
Manifying blib/man3/Net::HTTP.3pm
Manifying blib/man3/HTTP::Daemon.3pm
Manifying blib/man3/HTTP::Cookies.3pm
Manifying blib/man3/LWP::ConnCache.3pm
Manifying blib/man3/File::Listing.3pm
Manifying blib/man3/WWW::RobotRules::AnyDBM_File.3pm
Manifying blib/man3/lwpcook.3pm
Manifying blib/man3/LWP::MediaTypes.3pm
Manifying blib/man3/HTTP::Date.3pm
Manifying blib/man3/WWW::RobotRules.3pm
Manifying blib/man3/HTTP::Negotiate.3pm
Manifying blib/man3/HTTP::Request.3pm
Manifying blib/man3/HTTP::Config.3pm
Manifying blib/man3/HTTP::Response.3pm
Manifying blib/man3/HTTP::Headers.3pm
Manifying blib/man3/LWP::Simple.3pm
Manifying blib/man3/Bundle::LWP.3pm
  /usr/bin/make  -- OK
Running make test
/usr/bin/perl t/TEST 0
base/common-req...........ok
base/cookies..............ok
base/date.................ok
base/headers-auth.........ok
base/headers-etag.........ok
base/headers-util.........ok
base/headers..............ok
base/http-config..........ok
base/http.................ok
base/listing..............ok
base/mediatypes...........ok
base/message-old..........ok
base/message-parts........ok
base/message..............ok
        6/118 skipped: Need Compress::Bzip2
base/negotiate............ok
base/protocols............ok
base/request..............ok
base/response.............ok
base/status-old...........ok
base/status...............ok
base/ua...................ok
html/form-maxlength.......ok
html/form-multi-select....ok
html/form-param...........ok
html/form.................ok
robot/rules-dbm...........ok
robot/rules...............ok
robot/ua-get..............ok
robot/ua..................ok
local/autoload-get........ok
local/autoload............ok
local/chunked.............ok
local/get.................ok
local/http................ok
local/protosub............ok
All tests successful, 6 subtests skipped.
Files=35, Tests=1080, 29 wallclock secs ( 7.09 cusr +  0.76 csys =  7.85 CPU)
  /usr/bin/make test -- OK
Running make install
Installing /usr/lib/perl5/site_perl/5.8.8/lwpcook.pod
Installing /usr/lib/perl5/site_perl/5.8.8/LWP.pm
Installing /usr/lib/perl5/site_perl/5.8.8/lwptut.pod
Installing /usr/lib/perl5/site_perl/5.8.8/HTML/Form.pm
Installing /usr/lib/perl5/site_perl/5.8.8/Net/HTTPS.pm
Installing /usr/lib/perl5/site_perl/5.8.8/Net/HTTP.pm
Installing /usr/lib/perl5/site_perl/5.8.8/Net/HTTP/Methods.pm
Installing /usr/lib/perl5/site_perl/5.8.8/Net/HTTP/NB.pm
Installing /usr/lib/perl5/site_perl/5.8.8/Bundle/LWP.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/media.types
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/MemberMixin.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Simple.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/RobotUA.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Debug.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/DebugFile.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/UserAgent.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/ConnCache.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/MediaTypes.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Authen/Ntlm.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Authen/Basic.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Authen/Digest.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/file.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/data.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/nogo.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/mailto.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/gopher.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/http.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/GHTTP.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/cpan.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/ftp.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/https.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/http10.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/loopback.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/https10.pm
Installing /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/nntp.pm
Installing /usr/lib/perl5/site_perl/5.8.8/File/Listing.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Daemon.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Date.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Headers.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Message.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Config.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Request.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Cookies.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Status.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Response.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Negotiate.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Request/Common.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Headers/Util.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Headers/ETag.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Headers/Auth.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Cookies/Netscape.pm
Installing /usr/lib/perl5/site_perl/5.8.8/HTTP/Cookies/Microsoft.pm
Installing /usr/lib/perl5/site_perl/5.8.8/WWW/RobotRules.pm
Installing /usr/lib/perl5/site_perl/5.8.8/WWW/RobotRules/AnyDBM_File.pm
Installing /usr/share/man/man1/lwp-download.1
Installing /usr/share/man/man1/lwp-rget.1
Installing /usr/share/man/man1/lwp-request.1
Installing /usr/share/man/man1/lwp-mirror.1
Installing /usr/share/man/man3/HTTP::Cookies::Netscape.3pm
Installing /usr/share/man/man3/HTTP::Config.3pm
Installing /usr/share/man/man3/LWP::MemberMixin.3pm
Installing /usr/share/man/man3/LWP::MediaTypes.3pm
Installing /usr/share/man/man3/HTTP::Cookies.3pm
Installing /usr/share/man/man3/HTTP::Headers::Util.3pm
Installing /usr/share/man/man3/LWP::Debug.3pm
Installing /usr/share/man/man3/HTTP::Date.3pm
Installing /usr/share/man/man3/lwpcook.3pm
Installing /usr/share/man/man3/HTTP::Negotiate.3pm
Installing /usr/share/man/man3/HTTP::Message.3pm
Installing /usr/share/man/man3/WWW::RobotRules.3pm
Installing /usr/share/man/man3/LWP::Authen::Ntlm.3pm
Installing /usr/share/man/man3/Bundle::LWP.3pm
Installing /usr/share/man/man3/Net::HTTP::NB.3pm
Installing /usr/share/man/man3/lwptut.3pm
Installing /usr/share/man/man3/File::Listing.3pm
Installing /usr/share/man/man3/HTTP::Status.3pm
Installing /usr/share/man/man3/HTTP::Request::Common.3pm
Installing /usr/share/man/man3/HTTP::Headers.3pm
Installing /usr/share/man/man3/HTTP::Cookies::Microsoft.3pm
Installing /usr/share/man/man3/WWW::RobotRules::AnyDBM_File.3pm
Installing /usr/share/man/man3/LWP::UserAgent.3pm
Installing /usr/share/man/man3/HTML::Form.3pm
Installing /usr/share/man/man3/LWP.3pm
Installing /usr/share/man/man3/HTTP::Response.3pm
Installing /usr/share/man/man3/LWP::ConnCache.3pm
Installing /usr/share/man/man3/LWP::RobotUA.3pm
Installing /usr/share/man/man3/HTTP::Daemon.3pm
Installing /usr/share/man/man3/Net::HTTP.3pm
Installing /usr/share/man/man3/LWP::Simple.3pm
Installing /usr/share/man/man3/HTTP::Request.3pm
Installing /usr/share/man/man3/LWP::Protocol.3pm
Installing /usr/bin/lwp-request
Installing /usr/bin/lwp-rget
Installing /usr/bin/lwp-mirror
Installing /usr/bin/lwp-download
Writing /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/LWP/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
  /usr/bin/make install  -- OK

cpan>

タグ:Perl CPAN CentOS 5 LWP
posted by treely at 22:47 | Comment(1) | IT | このブログの読者になる | 更新情報をチェックする
この記事へのコメント
[url=http://s9399e2pva8leefd.com/]rbufps12g6s8u3xc[/url]
[link=http://voyttnd4sxo60c3a.com/]zpchon8nvaco712a[/link]
<a href=http://m4y21tqxm8cf3b5b.com/>gjvc3gjj4ok02jqr</a>
http://gj2xihwzkqpwgz0n.com/

モジュールのインストール
Posted by Grady Hubbard at 2009年11月07日 01:55
コメントを書く
お名前:

メールアドレス:

ホームページアドレス:

コメント: