Skip Menu |

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

Report information
The Basics
Id: 12247
Status: resolved
Priority: 0/
Queue: XML-RAI

People
Owner: Nobody in particular
Requestors: joshua.mcadams [...] gmail.com
Cc:
AdminCc:

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

Attachments


Subject: Enclosure Support
I needed enclosure support, so I added a new module and modified your Item.pm module. Attached is a tarball of the patch. To Use: for(@{$rai->items}) { print "\t",$_->title,"\n" ; for my $e ($_->enclosure) { print $e->url, "\n"; print $e->length, "\n"; print $e->type, "\n"; } }
Download Enclosures.tgz
application/x-gzip 2.7k

Message body not shown because it is not plain text.

Closed. See XML::RAI::Enclosure by the requester.