Skip Menu |

This queue is for tickets about the FramesReady CPAN distribution.

Report information
The Basics
Id: 4634
Status: new
Priority: 0/
Queue: FramesReady

People
Owner: Nobody in particular
Requestors: stephen [...] exitwound.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.014
Fixed in: (no value)



Subject: Documentation Incorrect
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);
Date: Wed, 10 Dec 2003 23:25:51 -0800
From: Alan Derhaag <aederhaag [...] comcast.net>
To: bug-FramesReady [...] rt.cpan.org
Subject: Re: [cpan #4634] Documentation Incorrect
RT-Send-Cc:
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...