Add updated()
Simon Wistow [Mon, 22 Mar 2010 20:50:20 +0000 (20:50 +0000)]
lib/XML/Feed/Format/RSS.pm

index bfb6a22..18026cd 100644 (file)
@@ -50,6 +50,7 @@ sub format { 'RSS ' . $_[0]->{rss}->{'version'} }
 sub title       { shift->{rss}->channel('title', @_) }
 sub link        { shift->{rss}->channel('link', @_) }
 sub description { shift->{rss}->channel('description', @_) }
+sub updated     { shift->modified(@_) }
 
 # This doesn't exist in RSS
 sub id          { }