SYNOPSIS
use XML::RPC::Fast;
use XML::RPC::UA::AnyEventSync;
my $rpc = XML::RPC::Fast->new(
$uri,
ua => XML::RPC::UA::AnyEventSync->new(
ua => 'YourApp/0.1',
timeout => 3,
),
);