|
NAMEXML::Feed::Enclosure - Wrapper for enclosure objects SYNOPSIS my ($enclosure) = $entry->enclosure;
print $enclosure->type;
DESCRIPTIONXML::Feed::Enclosure represents a content object in an XML::Feed::Entry entry in a syndication feed. USAGEwrapTake params and turn them into a XML::Feed::Enclosure object. newA synonym for wrap. $enclosure->urlThe url of the object. $enclosure->typeThe MIME type of the item referred to in url. $enclosure->lengthThe length of object referred to in url AUTHOR & COPYRIGHTPlease see the XML::Feed manpage for author, copyright, and license information.
|