ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.170 by root, Thu Dec 27 13:20:48 2007 UTC vs.
Revision 1.171 by root, Thu Jan 10 21:53:33 2008 UTC

198 require LWP::UserAgent; 198 require LWP::UserAgent;
199 199
200 DC::set_proxy; 200 DC::set_proxy;
201 201
202 my $ua = LWP::UserAgent->new ( 202 my $ua = LWP::UserAgent->new (
203 agent => "cfplus $VERSION", 203 agent => "deliantra $VERSION",
204 keep_alive => 1, 204 keep_alive => 1,
205 env_proxy => 1, 205 env_proxy => 1,
206 timeout => 30, 206 timeout => 30,
207 ); 207 );
208} 208}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines