Re: LWP::User agent vs PAR

2006-02-27 Thread Steffen Mueller
Hi, m.nooning m.nooning-at-comcast.net |newsgroups2| wrote: [...] If you describe a test in detail, I can help to add it to the tests. Keep in mind that the tests must work for the least common denominator developer. For example, a test involving LWP::UserAgent would fail in an automated tes

Re: LWP::User agent vs PAR

2006-02-27 Thread m.nooning
IvorW wrote: -Original Message- From: m.nooning [mailto:[EMAIL PROTECTED] Sent: 27 February 2006 13:10 To: Steffen Mueller Cc: par@perl.org Subject: Re: LWP::User agent vs PAR Steffen Mueller wrote: Glenn Linderman wrote: Hmm. I can't either, this morning. If it recurs, I&#x

RE: LWP::User agent vs PAR

2006-02-27 Thread IvorW
> -Original Message- > From: m.nooning [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 13:10 > To: Steffen Mueller > Cc: par@perl.org > Subject: Re: LWP::User agent vs PAR > > > > Steffen Mueller wrote: > > Glenn Linderman wrote: > >&g

Re: LWP::User agent vs PAR

2006-02-27 Thread m.nooning
Steffen Mueller wrote: Glenn Linderman wrote: Hmm. I can't either, this morning. If it recurs, I'll try to make my own test case. Good idea. And don't forget to send me a copy, so it can maybe be integrated into the PAR core. :) Thankfully, we have Malcolm's automatted test script, but I'

Re: LWP::User agent vs PAR

2006-02-26 Thread Steffen Mueller
Glenn Linderman wrote: Hmm. I can't either, this morning. If it recurs, I'll try to make my own test case. Good idea. And don't forget to send me a copy, so it can maybe be integrated into the PAR core. :) Thankfully, we have Malcolm's automatted test script, but I'd like to increase the

RE: LWP::User agent vs PAR

2006-02-24 Thread Roderich Schupp \(ext\)
> >I wonder how to compile such small script using PAR to make it work: > > > >#!perl > >use warnings; > >use strict; > >use LWP::UserAgent; > >my $ua = new LWP::UserAgent; > >my $req = new HTTP::Request(GET => 'http://www.google.com'); > >my $res = $ua->request($req);