
Catalyst::Model::XML::Feed::Item - stores some extra information about each XML feed.

$feed{$name} = Catalyst::Model::XML::Feed::Item->new($feed, $uri);
$feed{$name}->uri;
$feed{$name}->updated;
$feed{$name}->feed;

Creates an instance.
Returns the original URI of the feed.
Returns the time when the Item was created.
Returns the feed.