The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Coverage Status CPAN version

Perl interface to the Google Analytics Core Reporting API

This module provides a simple, straight-forward interface to the Google Analytics Core Reporting API, Version 3.

Please refer to this module's documentation for usage information.

Installation from a CPAN tarball

    perl Makefile.PL
    make
    make test
    make install

Build from a repository checkout

Make sure to install Dist::Zilla. Then you can build and test with dzil:

    dzil test
    dzil build

This software is copyright (C) by Nick Wellnhofer.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.