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

..03-May-2022-

eg/H29-Apr-2012-218169

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

lib/Net/Google/H29-Apr-2012-1,469884

t/H29-Apr-2012-2,7552,511

xt/H29-Apr-2012-4641

ChangesH A D29-Apr-20123.9 KiB13782

MANIFESTH A D16-Apr-20121.5 KiB5958

META.ymlH A D29-Apr-20121 KiB5049

Makefile.PLH A D06-Apr-2012790 3530

READMEH A D16-Sep-2011537 2815

README

1This is Perl module Net::Google::GData.
2
3INSTALLATION
4
5Net::Google::GData installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Net::Google::GData
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::GData documentation is available as in POD. So you can do:
22
23    % perldoc Net::Google::GData
24
25to read the documentation online with your favorite pager.
26
27Nobuo Danjou
28