Show
Ignore:
Timestamp:
01/01/09 19:20:29 (4 years ago)
Author:
yusukebe
Message:

add pod description

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WWW-Yahoo-Lyrics-JP/trunk/lib/WWW/Yahoo/Lyrics/JP.pm

    r27614 r27732  
    5353=head1 NAME 
    5454 
    55 WWW::Yahoo::Lyrics::JP - 
     55WWW::Yahoo::Lyrics::JP - Get lyrics from Yahoo Japan 
    5656 
    5757=head1 SYNOPSIS 
    5858 
    5959  use WWW::Yahoo::Lyrics::JP; 
    60  
    61 =head1 DESCRIPTION 
    62  
    63 WWW::Yahoo::Lyrics::JP is 
     60  my $service = WWW::Yahoo::Lyrics::JP->new; 
     61  my $song    = $service->search( 
     62      { 
     63          artist => "YUI", 
     64          title  => "CHE.R.RY" 
     65      } 
     66  ); 
     67  print $song->swf_url; 
     68  print $song->embed_tag; 
    6469 
    6570=head1 AUTHOR 
     
    6974=head1 SEE ALSO 
    7075 
     76http://music.yahoo.co.jp/lyrics/ 
     77 
    7178=head1 LICENSE 
    7279