Changeset 694

Show
Ignore:
Timestamp:
10/25/07 08:25:01 (6 years ago)
Author:
tokuhirom
Message:

lang/perl/WWW-CommentGetter: added docs, use author for title.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WWW-CommentGetter/trunk/WWW-CommentGetter/bin/commentgetter.pl

    r693 r694  
    1717    my $ret = $w->get($url); 
    1818    my $entry = [map { 
    19         +{ link => $url, body => $_->{body}} 
     19        +{ link => $url, body => $_->{body}, title => $_->{author} || "can't get author name"} 
    2020    } @$ret]; 
    2121 
     
    4343__END__ 
    4444 
     45=head1 SYNOPSIS 
     46 
     47    commentgetter.pl http://mala.nowa.jp/entry/24af50df17 
     48 
    4549=head1 DESCRIPTION 
    4650