Skip Menu |

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

Report information
The Basics
Id: 37438
Status: resolved
Priority: 0/
Queue: Catalyst-Model-XML-Feed

People
Owner: Nobody in particular
Requestors: moseley [...] hank.org
Cc:
AdminCc:

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



eval { $feed = XML::Feed->parse($uri); }; if($@){ ... Unfortunately, XML::Feed doesn't throw an error. It simply returns undef. From synopsis: use XML::Feed; my $feed = XML::Feed->parse(URI->new('http://example.com/atom.xml')) or die XML::Feed->errstr;
This ticket was resolved in version 0.03: http://search.cpan.org/~mramberg/Catalyst-Model-XML-Feed-0.03/