RssFeed aspect tests, more to follow.

This commit is contained in:
Colin Kuskie 2009-04-24 22:08:25 +00:00
parent 8d8d5f2d3b
commit 6e574a9e6b
3 changed files with 208 additions and 1 deletions

View file

@ -405,11 +405,19 @@ sub getStaticRssFeedUrl {
#-------------------------------------------------------------------
=head2 getFeed ()
=head2 getFeed ( $feed )
Adds the syndicated items to the feed; returns the stringified edition.
Returns this feed so that XML::FeedPP methods can be chained on it.
TODO: convert dates?
=head3 $feed
An XML::FeedPP sub-object, XML::FeedPP::{Atom,Rss,Rdf} that will be filled
with data from the Asset via the getRssFeedItems method.
=cut
sub getFeed {