root/lang/perl/Net-Kotonoha/trunk/README @ 1769

Revision 1769, 0.5 kB (checked in by mattn, 6 years ago)

lang/perl/Net-Kotonoha/trunk/README,
lang/perl/Net-Kotonoha/trunk/lib/Net/Kotonoha.pm:

added README file.
added following methods to module.

hot_list
answered_list
posted_list
stream_list
subscribed_list

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