|
NAMECatalyst::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;
METHODSnew($feed, $uri)Creates an instance. uriReturns the original URI of the feed. updatedReturns the time when the Item was created. feedReturns the feed.
|