Skip Menu |

This queue is for tickets about the LWP-UserAgent-Anonymous CPAN distribution.

Report information
The Basics
Id: 71264
Status: resolved
Priority: 0/
Queue: LWP-UserAgent-Anonymous

People
Owner: Nobody in particular
Requestors: vrpprasad [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



As per Perl 5.8 documentation http://perl.active-venture.com/lib/LWP/UserAgent.html following should work $ua->put($url, Header => Value,...); This is a shortcut for $ua->request( HTTP::Request::Common::PUT( $url, Header => Value,... )). See HTTP::Request::Common. But LWP::UserAgent module doesn't have implementation for PUT method I don't see it was implemented in 6.02 version.
On Mon Sep 26 21:18:01 2011, vrpprasad wrote: Show quoted text
> As per Perl 5.8 documentation > http://perl.active-venture.com/lib/LWP/UserAgent.html > > following should work > $ua->put($url, Header => Value,...); > This is a shortcut for $ua->request( HTTP::Request::Common::PUT( $url, > Header => Value,... )). See HTTP::Request::Common. > > But LWP::UserAgent module doesn't have implementation for PUT method > > I don't see it was implemented in 6.02 version.
Hi, Is this bug related to my module LWP::UserAgent::Anonymous or the base module LWP::UserAgent? If its do with LWP::UserAgent then I would suggest raise a ticket for module author of LWP::UserAgent to get his attention. Best Regards, Mohammad S Anwar
Closing the ticket as it has no relevance to this module.