Show
Ignore:
Timestamp:
10/21/04 19:53:13 (8 years ago)
Author:
earle
Message:

Apply Kake's description patch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cgi-wiki-plugin-rss-reader/trunk/lib/CGI/Wiki/Plugin/RSS/Reader.pm

    r202 r206  
    55use vars qw( $VERSION @ISA ); 
    66 
    7 $VERSION = '1.3'; 
     7$VERSION = '1.4'; 
    88@ISA = qw(CGI::Wiki::Plugin); 
    99 
     
    105105 
    106106    push @rss_items, { 
    107                        title => $_->{title}, 
    108                        link  => $link 
     107                       title       => $_->{title},                              
     108                       link        => $link,                                    
     109                       description => $_->{description}, 
    109110                     }; 
    110111  } 
     
    156157 
    157158C<retrieve> will return an array of hashes, one for each item in the RSS 
    158 feed. The hashes contain two items, C<title> and C<link>. 
     159feed. The hashes contain three items, C<title>, C<link>, and C<description>.    
    159160 
    160161If the URL or file you specified cannot be retrieved/read, C<retrieve> will