Show
Ignore:
Timestamp:
08/06/08 13:06:44 (5 years ago)
Author:
charsbar
Message:

XML-FeedWriter?: fixed pod glitches; 0.05 -> CPAN

Location:
lang/perl/XML-FeedWriter/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/XML-FeedWriter/trunk/Changes

    r15636 r17143  
    11Revision history for XML-FeedWriter 
     2 
     30.04 2008/08/06 
     4  - no code changes: fixed pod glitches 
    25 
    360.04 2008/07/10 
  • lang/perl/XML-FeedWriter/trunk/lib/XML/FeedWriter.pm

    r15636 r17143  
    55use Carp; 
    66 
    7 our $VERSION = '0.04'; 
     7our $VERSION = '0.05'; 
    88 
    99my %supported = ( 
  • lang/perl/XML-FeedWriter/trunk/lib/XML/FeedWriter/Base.pm

    r15531 r17143  
    221221=head1 METHODS 
    222222 
     223See L<XML::FeedWriter> for usage. 
     224 
    223225=head2 new 
     226 
    224227=head2 add_items 
     228 
    225229=head2 close 
     230 
    226231=head2 save 
     232 
    227233=head2 as_string 
    228234 
  • lang/perl/XML-FeedWriter/trunk/lib/XML/FeedWriter/RSS20.pm

    r15552 r17143  
    199199=head1 DESCRIPTION 
    200200 
    201 This is an RSS 2.0 feed writer. You usually don't need to use this directly, but if you insist, replace XML::FeedWriter with XML::FeedWriter::RSS20 and it works fine. See L<XML::FeedWriter> for basic usage. 
     201This is an RSS 2.0 feed writer. You usually don't need to use this directly, but if you insist, replace XML::FeedWriter with XML::FeedWriter::RSS20 and it works fine. 
    202202 
    203203=head1 METHODS 
    204204 
     205See L<XML::FeedWriter> for usage. 
     206 
    205207=head2 new 
     208 
    206209=head2 add_items 
     210 
    207211=head2 close 
     212 
    208213=head2 save 
     214 
    209215=head2 as_string 
    210216