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

..03-May-2022-

inc/Module/H30-Apr-2012-2,3021,709

lib/Net/Google/H30-Apr-2012-1,532398

t/H30-Apr-2012-648568

xt/H30-Apr-2012-5044

ChangesH A D30-Apr-20122 KiB6244

MANIFESTH A D06-Apr-2012874 3938

META.ymlH A D30-Apr-2012869 4140

Makefile.PLH A D06-Apr-2012533 2521

READMEH A D22-Mar-2012572 2815

README

1This is Perl module Net::Google::Spreadsheets.
2
3INSTALLATION
4
5Net::Google::Spreadsheets installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Net::Google::Spreadsheets
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21Net::Google::Spreadsheets documentation is available as in POD. So you can do:
22
23    % perldoc Net::Google::Spreadsheets
24
25to read the documentation online with your favorite pager.
26
27Nobuo Danjou
28