libwww-perl-5.50

2001-01-12 Thread Gisle Aas
It appears I forgot to run 'make test' on LWP after the URI.pm update. Because of this you will now find 5.50 on CPAN. And this is actually less that two weeks after the previous release. Perhaps 2001 will be a busy LWP year after all? :-) Changes since 5.49 are: Fix for test cases that fa

Re: possible bug in HTML::Parser comment handler

2001-01-12 Thread Gisle Aas
Dave <[EMAIL PROTECTED]> writes: > I have solved the problem I was having thanks to the info here. All I had > to do was pass is_cdata as an arg to the handler and only print if it was > false. The downside of this approach is that the content of elements is not printed. But this tag is anywa

Re: problems installing libwww-perl on cygwin

2001-01-12 Thread Gerrit P. Haase
< Re: problems installing libwww-perl > > > Yes, bleadperl. Rsync'ed the same day, don't know the exact patchlevel > > now, i believe s.th above of 8404. > > This bug was fixed @8387. I don't really know when it was introduced. Ooops, tes as i was at home i saw, i am up to patch 8369... gph

Re: setting HTTP::Message content_ref ?

2001-01-12 Thread Gisle Aas
Heinrich Langos <[EMAIL PROTECTED]> writes: > from the documentation i see that HTTP::Message->content can be used > to get and set the content while ->content_ref can only be used to get > a reference to the current content. > > is there a special reason for this ? It is just that there is no

setting HTTP::Message content_ref ?

2001-01-12 Thread Heinrich Langos
hi from the documentation i see that HTTP::Message->content can be used to get and set the content while ->content_ref can only be used to get a reference to the current content. is there a special reason for this ? TIA -heinrich

Re: problems installing libwww-perl on cygwin

2001-01-12 Thread Gisle Aas
"Gerrit P. Haase" <[EMAIL PROTECTED]> writes: > <2001-01-12 10:33 Uhr, hat Gisle Aas geschrieben:> > < Re: problems installing libwww-perl > > > > "Gerrit P. Haase" <[EMAIL PROTECTED]> writes: > > > > > base/negotiate..FAILED test 3 > > > Failed 1/3 tests, 66.67% okay > > > > Looks

Re: Requests from different IP addresses?

2001-01-12 Thread Gisle Aas
"Derek J. Balling" <[EMAIL PROTECTED]> writes: > At 10:31 AM -0800 1/12/01, Gisle Aas wrote: > >Stefan Kruger <[EMAIL PROTECTED]> writes: > > > >> For a machine with several IP-addresses, is it possible > >> to specify from which a HTTP::Request is sent? > > > >You can set the (undocumented) vari

Re: possible bug in HTML::Parser comment handler

2001-01-12 Thread Gisle Aas
Bjoern Hoehrmann <[EMAIL PROTECTED]> writes: > "Although the STYLE and SCRIPT elements use CDATA for their data > model, for these elements, CDATA must be handled differently by user > agents. Markup and entities must be treated as raw text and passed to > the application as is. The first occurre

Re: problems installing libwww-perl on cygwin

2001-01-12 Thread Gerrit P. Haase
<2001-01-12 10:33 Uhr, hat Gisle Aas geschrieben:> < Re: problems installing libwww-perl > > "Gerrit P. Haase" <[EMAIL PROTECTED]> writes: > > > base/negotiate..FAILED test 3 > > Failed 1/3 tests, 66.67% okay > > Looks like the bleadperl bug Andreas reported last week. What perl >

Re: Requests from different IP addresses?

2001-01-12 Thread Derek J. Balling
At 10:31 AM -0800 1/12/01, Gisle Aas wrote: >Stefan Kruger <[EMAIL PROTECTED]> writes: > >> For a machine with several IP-addresses, is it possible >> to specify from which a HTTP::Request is sent? > >You can set the (undocumented) variable >@LWP::Protocol::http::EXTRA_SOCK_OPTS to specify LocalAd

Re: possible bug in HTML::Parser comment handler

2001-01-12 Thread Gisle Aas
"Sean M. Burke" <[EMAIL PROTECTED]> writes: > At 11:21 PM 2001-01-11 +0100, Bjoern Hoehrmann wrote: > >At 15:28 11.01.01 -0500, you wrote: > >>It seems that the parser is not properly detecting multi-line HTML > >>comments. I was trying to print out the dtext of a html document and > >>noticed t

Re: possible bug in HTML::Parser comment handler

2001-01-12 Thread Dave
I have solved the problem I was having thanks to the info here. All I had to do was pass is_cdata as an arg to the handler and only print if it was false. Thanks very much. dave On Fri, 12 Jan 2001, Sean M. Burke wrote: > At 11:21 PM 2001-01-11 +0100, Bjoern Hoehrmann wrote

Re: problems installing libwww-perl on cygwin

2001-01-12 Thread Gisle Aas
"Gerrit P. Haase" <[EMAIL PROTECTED]> writes: > base/negotiate..FAILED test 3 > Failed 1/3 tests, 66.67% okay Looks like the bleadperl bug Andreas reported last week. What perl were you using? Regards, Gisle

Re: Requests from different IP addresses?

2001-01-12 Thread Gisle Aas
Stefan Kruger <[EMAIL PROTECTED]> writes: > For a machine with several IP-addresses, is it possible > to specify from which a HTTP::Request is sent? You can set the (undocumented) variable @LWP::Protocol::http::EXTRA_SOCK_OPTS to specify LocalAddr. This variable contains additional parameters

Re: possible bug in HTML::Parser comment handler

2001-01-12 Thread Bjoern Hoehrmann
At 00:35 12.01.01 -0700, you wrote: > >> > > > >Well, the content model of the style element is CDATA, your "comments" > >may look like comments but they are no comments in HTML and SGML > >terms. That's not a bug. > >I don't see what's wrong with that comment. See HTML 4.01 section 6.2 on CDATA:

Re: removal request

2001-01-12 Thread Henri-Pierre Mathieu
remove please

Re: Install Again

2001-01-12 Thread Alliance Support
Thanks to all those who worked with me off line on this. Seems there isn't a solution to why perl -e "use LWP::Proxy" fails. Because it doesn't exist. I received information from the application owner that their docs are incorrect. It should have been perl -e "use LWP::UserAgent" Onward a

Requests from different IP addresses?

2001-01-12 Thread Stefan Kruger
Hi there, For a machine with several IP-addresses, is it possible to specify from which a HTTP::Request is sent? We're trying to simulate a network environment where several users, each on their own IP-address, are accessing the web concurrently. Thanks for any pointers, stef -- Dr Stefan

Re: problems installing libwww-perl on cygwin

2001-01-12 Thread Gerrit P. Haase
<2001-01-12 7:26 Uhr, hat Gerrit P. Haase geschrieben:> < Re: problems installing libwww-perl > > You only got user mount, no system mounts > > i:/i usertextmode Sorry, i thought textmode mounts, not user, but in this case, only problem seems to be FAT-filesystem. gph -- [EMAIL