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

..03-May-2022-

lib/WebService/H15-Aug-2009-3,8782,185

t/H15-Aug-2009-5042

ChangesH A D15-Aug-2009511 2114

MANIFESTH A D15-Aug-2009112 87

Makefile.PLH A D15-Aug-2009755 2017

READMEH A D15-Aug-20091,023 5131

README

1WebService-Rakuten version 0.05
2===============================
3
4This fills an empty niche for interfacing with the Rakuten
5webservice detailed here.
6
7http://webservice.rakuten.co.jp/
8
9
10INSTALLATION
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19INSTALLING VIA CPAN TOOL
20
21Ordinarily you might:
22
23 cpan[1]> install WebService::Rakuten
24
25Due to multiple authors having permission on the namespace,
26you will instead need to do this:
27
28 cpan[1]> install DYLAN/WebService-Rakuten-0.05.tar.gz
29
30DEPENDENCIES
31
32This module requires these other modules and libraries:
33
34    Carp
35    JSON
36    LWP::UserAgent
37    Readonly
38    Test::More
39    Unicode::Japanese
40
41COPYRIGHT AND LICENCE
42
43Put the correct copyright and licence information here.
44
45Copyright (C) 2009 by Dylan Doxey
46
47This library is free software; you can redistribute it and/or modify
48it under the same terms as Perl itself, either Perl version 5.8.8 or,
49at your option, any later version of Perl 5 you may have available.
50
51