Skip Menu |

This queue is for tickets about the MP3-PodcastFetch CPAN distribution.

Report information
The Basics
Id: 70872
Status: resolved
Priority: 0/
Queue: MP3-PodcastFetch

People
Owner: Nobody in particular
Requestors: PARV [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.04
Fixed in: (no value)



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,
Patch included in version 1.05.