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