root/lang/perl/WebService-Simple-Google-Chart/tags/release-0.04/README

Revision 10546, 0.6 kB (checked in by yusukebe, 7 months ago)

hanekomu さんの Google::Chart あるけどラベルに対応していないので、とりあえず
WebService::Simple 使って実装してみた。

Line 
1This is Perl module WebService::Simple::Google::Chart.
2
3INSTALLATION
4
5WebService::Simple::Google::Chart installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan WebService::Simple::Google::Chart
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
21WebService::Simple::Google::Chart documentation is available as in POD. So you can do:
22
23    % perldoc WebService::Simple::Google::Chart
24
25to read the documentation online with your favorite pager.
26
27Yusuke Wada
Note: See TracBrowser for help on using the browser.