• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/WWW/H14-Aug-2010-902459

t/H14-Aug-2010-169

ChangesH A D14-Aug-20101.5 KiB4233

MANIFESTH A D14-Aug-201083 76

META.ymlH A D14-Aug-2010510 1614

Makefile.PLH A D14-Aug-2010880 1916

READMEH A D14-Aug-2010946 4027

README

1WWW-iTunesConnect
2==============================
3
4The WWW::iTunesConnect module is an interface to Apple's iTunes Connect service.
5This initial release can fetch Sales/Trends Daily Summary reports provided by
6Apple to developers selling on the iTunes/App store. For an example nightly
7script that makes use of WWW::iTunesConnect please see
8http://github.com/bfoz/itunesconnect-tools.
9
10INSTALLATION
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19FreeBSD users can install from the ports system:
20
21    cd /usr/ports/www/p5-WWW-iTunesConnect
22    make install clean
23
24DEPENDENCIES
25
26This module requires these other modules and libraries:
27
28    LWP
29    HTML::Form
30    HTML::Tree
31    IO::Uncompress::Gunzip
32    Net::SSLeay
33
34COPYRIGHT AND LICENCE
35
36Copyright (C) 2008-2010 by Brandon Fosdick
37
38This library is free software; you can redistribute it and/or modify
39it under the terms of the BSD License.
40