NAME
Catalyst::Model::XML::Feed::Item - stores some extra information about each XML feed.
SYNOPSIS
$feed{$name} = Catalyst::Model::XML::Feed::Item->new($feed, $uri);
$feed{$name}->uri;
$feed{$name}->updated;
$feed{$name}->feed;
METHODS
new($feed, $uri)
Creates an instance.
uri
Returns the original URI of the feed.
updated
Returns the time when the Item was created.
feed
Returns the feed.