in reply to Re: google analytics
in thread google analytics

Hmmm... in fact, looks like the original poster might be better served by installing an older version of Net::Google::Analytics! WWW::Analytics::MultiTouch was last updated 18 months ago, so likely relies on the older Net::Google::Analytics API.

This is an example of why simply bumping the module's major version number is insufficient to protect people against major API changes.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^3: google analytics
by marto (Cardinal) on May 24, 2012 at 08:52 UTC

    Nice catch!