Yadis conformance
Dan Lyke
danlyke at flutterby.com
Wed May 24 22:34:09 UTC 2006
On Wed, 24 May 2006 13:45:47 -0700, Dan Lyke wrote:
> Yeah, apparently it's doing a parse of the HTML and giving me the
> http-equiv headers as though they were HTTP headers. So that's an error
> in the test app, not the server. I'll figure out a fix.
To save anyone else from digging through too many pages of perldoc,
Johannes emailed me very quickly with:
my $ua = LWP::UserAgent->new( parse_head => 0 );
More information about the yadis
mailing list