Skip Menu |

This queue is for tickets about the Net-Google-Analytics CPAN distribution.

Report information
The Basics
Id: 79026
Status: resolved
Priority: 0/
Queue: Net-Google-Analytics

People
Owner: Nobody in particular
Requestors: pete.rail [...] hp.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fails to install XSAccessor.pm
Date: Thu, 16 Aug 2012 19:27:48 +0000
To: "bug-Net-Google-Analytics [...] rt.cpan.org" <bug-Net-Google-Analytics [...] rt.cpan.org>
From: "Rail, Pete (HP Marketing: Enterprise Services)" <pete.rail [...] hp.com>

Message body is not shown because it is too large.

Message body is not shown because it is too large.

This is a test failure in Class::XSAccessor which has already been reported as RT #74883: https://rt.cpan.org/Ticket/Display.html?id=74883 You can try to install Class::XSAccessor ignoring the test failure on the CPAN shell like this: Show quoted text
cpan> force install Class::XSAccessor
Then install Net::Google::Analytics: Show quoted text
cpan> install install Net::Google::Analytics
Nick
Subject: RE: [rt.cpan.org #79026] Fails to install XSAccessor.pm
Date: Mon, 20 Aug 2012 21:37:22 +0000
To: "bug-Net-Google-Analytics [...] rt.cpan.org" <bug-Net-Google-Analytics [...] rt.cpan.org>
From: "Rail, Pete (HP Marketing: Enterprise Services)" <pete.rail [...] hp.com>
Thanks for the assistance, Nick. My next step is to convince Net::Google::Analytics to work through the corporate proxy. I notice there is a method to set the user agent, but not the proxy. Any advice on that? -Pete Show quoted text
-----Original Message----- From: Nick Wellnhofer via RT [mailto:bug-Net-Google-Analytics@rt.cpan.org] Sent: Thursday, August 16, 2012 2:53 PM To: Rail, Pete (HP Marketing: Enterprise Services) Subject: [rt.cpan.org #79026] Fails to install XSAccessor.pm <URL: https://rt.cpan.org/Ticket/Display.html?id=79026 > This is a test failure in Class::XSAccessor which has already been reported as RT #74883: https://rt.cpan.org/Ticket/Display.html?id=74883 You can try to install Class::XSAccessor ignoring the test failure on the CPAN shell like this:
cpan> force install Class::XSAccessor
Then install Net::Google::Analytics:
cpan> install install Net::Google::Analytics
Nick
If you found the method to set the user agent, you're almost there. Simply set the proxy on the user agent object before passing it to Net::Google::Analytics. See the documentation here: https://metacpan.org/module/LWP::UserAgent#Proxy-attributes But you might run into problems when proxying HTTPS: https://rt.cpan.org/Ticket/Display.html?id=1894 Nick