Hello, After building the libwww-perl 5.65 package on redhat 6.2 with the perl 5.00503 included distribution, I get the warnings below when I run make test. We also get the warnings with scripts that worked with an older version of LWP (I think from Bundle-lwp 1.00). The same scripts run fine with libwww-perl 5.65 on redhat 7.2 with perl 5.6.0.
Any help to get rid of the warnings is appreciated. $ make test /usr/local/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...........ok base/listing........ok base/mediatypes.....ok base/message........ok base/negotiate......ok base/response.......ok base/status.........ok base/ua.............ok html/form...........ok robot/rules-dbm.....ok robot/rules.........ok robot/ua............Subroutine new redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 26, <DAEMON> chunk 1. Subroutine _sock_info redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 32, <DAEMON> chunk 1. Subroutine _error redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 68, <DAEMON> chunk 1. Subroutine configure redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 89, <DAEMON> chunk 1. Subroutine sockaddr redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 197, <DAEMON> chunk 1. Subroutine sockport redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 204, <DAEMON> chunk 1. Subroutine sockhost redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 211, <DAEMON> chunk 1. Subroutine peeraddr redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 218, <DAEMON> chunk 1. Subroutine peerport redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 225, <DAEMON> chunk 1. Subroutine peerhost redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 232, <DAEMON> chunk 1. ok local/autoload......ok local/get...........ok local/http..........Subroutine new redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 26, <DAEMON> chunk 1. Subroutine _sock_info redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 32, <DAEMON> chunk 1. Subroutine _error redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 68, <DAEMON> chunk 1. Subroutine configure redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 89, <DAEMON> chunk 1. Subroutine sockaddr redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 197, <DAEMON> chunk 1. Subroutine sockport redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 204, <DAEMON> chunk 1. Subroutine sockhost redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 211, <DAEMON> chunk 1. Subroutine peeraddr redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 218, <DAEMON> chunk 1. Subroutine peerport redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 225, <DAEMON> chunk 1. Subroutine peerhost redefined at /usr/lib/perl5/5.00503/i386-linux/IO/Socket/INET.pm line 232, <DAEMON> chunk 1. ok local/protosub......ok All tests successful. Files=23, Tests=302, 20 wallclock secs ( 5.13 cusr + 0.46 csys = 5.59 CPU) Regards, Trevor Astrope [EMAIL PROTECTED]
