Skip Menu |

This queue is for tickets about the ParallelUserAgent CPAN distribution.

Report information
The Basics
Id: 84894
Status: new
Priority: 0/
Queue: ParallelUserAgent

People
Owner: Nobody in particular
Requestors: evrohoster [...] gmail.com
Cc:
AdminCc:

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



Subject: There is no UserAgent
Date: Sat, 27 Apr 2013 20:54:29 +0300
To: bug-ParallelUserAgent [...] rt.cpan.org
From: Андрей Балицкий <evrohoster [...] gmail.com>
Hello, I use line $ua->agent('agent_name); but this does not work. Please edit UserAgent.pm and add: sub agent { my $self = shift; LWP::Debug::trace("($_[0])"); $self->{'agent'} = $_[0] if defined $_[0]; } ---- Best regards, Andriy S. Balytskyy