Show
Ignore:
Timestamp:
11/19/07 18:17:44 (14 months ago)
Author:
mattn
Message:

lang/perl/Net-Kotonoha/trunk/AUTHORS,
lang/perl/Net-Kotonoha/trunk/MANIFEST,
lang/perl/Net-Kotonoha/trunk/lib/Net/Kotonoha.pm,
lang/perl/Net-Kotonoha/trunk/Makefile.PL,
lang/perl/Net-Kotonoha/trunk/Changes,
lang/perl/Net-Kotonoha/trunk/MANIFEST.SKIP:

added AUTHORS file, and make module normalize.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Net-Kotonoha/trunk/lib/Net/Kotonoha.pm

    r1769 r1787  
    1111use Net::Kotonoha::Koto; 
    1212 
    13 our $VERSION = '0.01'; 
     13our $VERSION = '0.02'; 
    1414 
    1515sub new { 
     
    202202=head1 METHOD 
    203203 
    204 =head2 newer_list 
    205  
    206 You'll get newer koto list. 
    207  
    208 =head2 recent_list 
    209  
    210 You'll get recent update koto list. 
    211  
    212 =head2 get_koto($koto_no) 
     204You can access koto list with following methods. 
     205 
     206  newer_list 
     207  recent_list 
     208  answered_list 
     209  posted_list 
     210  stream_list 
     211  subscribed_list 
     212 
     213And, you can get koto object with following method specified id of koto. 
     214 
     215  get_koto($koto_no) 
    213216 
    214217You'll get koto object.