NAME
XML::RPC::CustomUA - XML::RPC with custom user agent string
SYNOPSIS
use XML::RPC::CustomUA;
my $rpcfoo = XML::RPC::CustomUA->new($apiurl, ('User-Agent' => 'Baz/3000'));
DESCRIPTION
This overloads XML::RPC to allow a custom user agent string. Everything else stays the same.
SEE ALSO
RPC::XML
WARNING
This module overrides an internal method of a module by another author. This might break in time or might not even work for you. USE WITH CAUTION!
AUTHOR
Rene Schickbauer, <rene.schickbauer@magnapowertrain.com>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Rene Schickbauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.3 or, at your option, any later version of Perl 5 you may have available.