in reply to A podcatcher in Perl

$ podchecker podcatcher.pl *** ERROR: Spurious text after =cut at line 1061 in file podcatcher.pl podcatcher.pl has 1 pod syntax error.
=cut sub check_rss_feed_via_wget {

You need a blank line after =cut

Naked blocks are fun! -- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re^2: A podcatcher in Perl
by jimhenry (Acolyte) on Sep 06, 2023 at 19:26 UTC

    Thanks for the feedback. The writelog printf ... would have been hard to catch in the normal course of things because that function check_rss_feed_via_wget() only gets called under specific circumstances where LWP::UserAgent::get fails to download an RSS feed, and that only ever happened with one podast that is no longer around (and if I remember right, ceased to be a problem when I changed the user agent string). (See this old thread.)