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

..03-May-2022-

lib/Google/Data/H04-Apr-2012-613209

t/H04-Apr-2012-298248

Build.PLH A D04-Apr-2012924 3125

ChangesH A D04-Apr-20123.3 KiB13195

MANIFESTH A D04-Apr-2012226 1615

META.jsonH A D04-Apr-20121.3 KiB5554

META.ymlH A D04-Apr-2012760 3332

Makefile.PLH A D04-Apr-2012169 64

READMEH A D04-Apr-2012636 4124

README

1
2This is Google::Data::JSON, an implementation of XML-JSON converter
3based on Google Data APIs.
4
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15
16Alternatively, to install with Module::Build, you can use the following commands:
17
18    perl Build.PL
19    ./Build
20    ./Build test
21    ./Build install
22
23
24
25DEPENDENCIES
26
27XML::Atom
28XML::Simple
29JSON::Syck
30Storable
31Path::Class
32UNIVERSAL::require
33
34
35COPYRIGHT AND LICENCE
36
37Copyright (C) 2007, Takeru INOUE
38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself.
41