Subject: | problems with versions |
Hi.
I'm running perl 5.6.1 on debian linux.
I'm trying to upgrade my machine to the latest version of LWP::UserAgent, and have found
the following problem:
Show quoted text
cpan> r
Package namespace installed latest in CPAN file
HTTP::Cookies 1.16 1.19 G/GA/GAAS/libwww-perl-5.61.tar.gz
LWP::UserAgent 1.80 1.99 G/GA/GAAS/libwww-perl-5.60.tar.gz
5.61 installs for me, but leaves LWP::UserAgent out of date.
5.60 won't install for me, and would presumably leave HTTP::Cookies out of date.
5.60 fails live/google, with the following content:
orbit:~/.cpan/build/libwww-perl-5.60/t/live# perl -I../../blib/lib google.t
1..3
text/html
text/html, text/html; charset=ISO-8859-1
ok 1
GET http://www.google.com/search?q=LWP&btnI=I'm+Feeling+Lucky
HTTP/1.1 200 OK
Date: Mon, 19 Nov 2001 10:54:01 GMT
Server: GWS/1.11
Content-Length: 622
Content-Type: text/html
Client-Date: Mon, 19 Nov 2001 10:54:19 GMT
Client-Request-Num: 3
Client-Warning: LWP HTTP/1.1 support is experimental
Title: Forbidden
<HTML><HEAD><TITLE>Forbidden</TITLE></HEAD>
<BODY><H1>Forbidden</H1>
Your client from the IP address 193.130.36.1 does not have permission to get URL /search?q=LWP&btnI=I'm+Feeling+Lucky from this server.<BR><BR>Please see Google's Terms of Service posted at http://www.google.com/terms_of_service.html
<BR><BR>If you believe that you have received this response in error, please send email to <A href="mailto:forbidden@google.com">forbidden@google.com</A>. In your email, please let us know the IP address from which you are querying (it is shown above). This will help us track down the problem.</BODY></HTML>
not ok 2
ok 3
Presumably showing google have changed their servers...
Michael