New issue 11 by perlstalker: Add proxy support
http://code.google.com/p/vuser/issues/detail?id=11
Support for proxies can be added around line 72 in
VUser::Google::ApiProtocol::V2_0.
The code will look something like this:
$lwp->proxy(['http', 'https'], $proxy_url);
http://search.cpan.org/~gaas/libwww-perl-5.836/lib/LWP/UserAgent.pm#Proxy_attributes