Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.45 KB

README.pod

File metadata and controls

44 lines (30 loc) · 1.45 KB

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

SSL support

This distribution requires LWP with SSL support. For LWP version 6.00 or newer, you should install LWP::Protocol::https. For older versions, Crypt::SSLeay or IO::Socket::SSL is required.

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.