|
NAMEXML::Feed::Enclosure - Wrapper for enclosure objectsSYNOPSISmy ($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 urlAUTHOR & COPYRIGHTPlease see the XML::Feed manpage for author, copyright, and license information.
Visit the GSP FreeBSD Man Page Interface. |