Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 58068
Status: resolved
Priority: 0/
Queue: XML-RSS-LibXML

People
Owner: Nobody in particular
Requestors: david [...] kineticode.com
Cc:
AdminCc:

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



Subject: PATCH: Add support for RSS 0.92
Date: Wed, 2 Jun 2010 15:15:59 -0700
To: bug-xml-rss-libxml [...] rt.cpan.org
From: "David E. Wheeler" <david [...] kineticode.com>
Seen in the wild. Should just work with 0.91 support. --- /dev/null +++ b/lib/XML/RSS/LibXML/V0_92.pm @@ -0,0 +1,9 @@ +package XML::RSS::LibXML::V0_92; +use strict; +use warnings; +use base qw(XML::RSS::LibXML::V0_91); + +# Should be compatible with 0.91. +# See http://backend.userland.com/rss092 + +1;
Also in my clone of the GitPAN repository: http://github.com/theory/XML-RSS- LibXML/commit/9dd0a261a294accbe5b2994fce254ef6b6515310 Best, David
old ticket. closing