Added an image() method to Feed objects.
[catagits/XML-Feed.git] / lib / XML / Feed / Format / Atom.pm
index 0a38ed6..853bd8f 100644 (file)
@@ -113,8 +113,9 @@ sub author {
     }
 }
 
-
-
+sub image {
+    return;
+}
 
 sub modified {
     my $feed = shift;