K 10 svn:author V 6 clsung K 8 svn:date V 27 2005-02-25T03:00:12.000000Z K 7 svn:log V 631 - update to 0.11 - from Changes: - Remove the default: namespace when converting to XML using as_xml (the earlier fix only fixed it when getting the contents of an entry using $entry->content). - UTF-8 data is no longer base64-encoded in XML::Atom::Content. - Added XML::Atom::Entry::getlist($ns, $element) to retrieve the values of an element that may appear multiple times in the entry (like dc:subject). - Added ability to set namespaced attributes in an XML::Atom::Link object. - XML::Atom::Entry::add_link($link) no longer clones $link if it's a XML::Atom::Link object. END