|
NAMEXML::RPC::UA::LWP - XML::RPC useragent, using LWP SYNOPSIS use XML::RPC::Fast;
use XML::RPC::UA::LWP;
my $rpc = XML::RPC::Fast->new(
$uri,
ua => XML::RPC::UA::LWP->new(
ua => 'YourApp/0.1',
timeout => 3,
),
);
DESCRIPTIONDefault syncronous useragent for XML::RPC::Fast IMPLEMENTED METHODSnewasync = 0callSEE ALSO
COPYRIGHT & LICENSECopyright (c) 2008-2009 Mons Anderson. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORMons Anderson, "<mons@cpan.org>"
|