Skip Menu |

This queue is for tickets about the XML-RSS-Feed CPAN distribution.

Report information
The Basics
Id: 78918
Status: resolved
Worked: 10 min
Priority: 0/
Queue: XML-RSS-Feed

People
Owner: jbisbee [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.32
Fixed in: 2.4



Subject: Fails when Test::Pod is installed and Pod::Simple is >=3.22
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/22606665 See the line that is referenced in the diagnostics: https://metacpan.org/source/JBISBEE/XML-RSS-Feed-2.32/lib/XML/RSS/Feed.pm#L677 Similar ticket: https://rt.cpan.org/Ticket/Display.html?id=78731 Regards,
The fix is implied by the error message -- the attached patch is one way to accomplish this.
Subject: XML-RSS-Feed.patch
--- lib/XML/RSS/Feed.old 2008-06-30 23:50:17.000000000 -0400 +++ lib/XML/RSS/Feed.pm 2012-11-22 10:11:08.000000000 -0500 @@ -345,6 +345,8 @@ =head1 NAME +=encoding utf-8 + XML::RSS::Feed - Persistant XML RSS Encapsulation =head1 VERSION
Thanks for taking time to report these issues. Fixed * add =encoding utf-8 to pod to fix RT issue #78918 * add guid to serialization so we can properly restore it to fix RT issue #50467 * Fix blantantly broken test * Suppress warnings on deprecated methods during tests * Fix pod coverage issues with Feed::Factory * I wrote this code so long ago it makes me throw up in my mouth just a little bit :P -- Jeff Bisbee / jbisbee@cpan.org