Guest via RT said the following on 12/10/2003 04:18 PM:
Show quoted text>This message about FramesReady was sent to you by guest <> via rt.cpan.org
>
>Full context and any attached attachments can be found at:
><URL:
https://rt.cpan.org/Ticket/Display.html?id=4634 >
>
>Documentation is incorrect. It currently reads:
>
>SYNOPSIS
>use LWP::UserAgent::FramesReady;
>$ua = new LWP::UserAgent;
>$response = $ua->request($http_request);
>
>It should read:
>
>SYNOPSIS
>use LWP::UserAgent::FramesReady;
>$ua = new LWP::UserAgent::FramesReady;
>$response = $ua->request($http_request);
>
>
The upload file FramesReady-1.015.tar.gz has entered CPAN which should
correct this problem and enhance the capabilities of the module to use a
callback to catch immediate refreshes turning them into redirects, allow
setting the chunk size requested, allow POST redirects and supply
credentials on receipt of 401 errors if needed authorization is possible.
have fun...