For the "constants" is not defined in %HTTP::Status::EXPORT_TAGS at /usr/lib/perl5/site_perl/5.8.8/Google/Ads/Common/ReportUtils.pm line 26, im guessing you are running on an older version of perl. The version of Perl that you are using has an older HTTP::Status module which does not have the latest constants. I fixed this issue by editing the /usr/lib/perl5/site_perl/5.8.8/Google/Ads/Common/ReportUtils.pm module and removing the use HTTP::Status (:constants) statement. Also you will need to change the HTTP constant to their numerical equivalents.
The alternative is to download the latest version of Perl but that make break other dependencies in the system you are working with. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
