Subject: | PATCH - pod fix in MP3/PodcastFetch.pm |
Attached patch adds newlines after =item to fix "perldoc" rendering.
Subject: | PodcastFetch-pod.diff |
diff --git lib/MP3/PodcastFetch.pm lib/MP3/PodcastFetch.pm
index 6a9a078..0b6a4e6 100644
--- lib/MP3/PodcastFetch.pm
+++ lib/MP3/PodcastFetch.pm
@@ -481,8 +481,11 @@ sub update {
}
=item $feed->bump_fetched($value)
+
=item $feed->bump_error($value)
+
=item $feed->bump_deleted($value)
+
=item $feed->bump_skipped($value)
Increase the fetched, error, deleted and skipped counters by $value,