Date: Fri, 25 Feb 2005 03:00:12 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-Atom Makefile distinfo Message-ID: <200502250300.j1P30ChX014745@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2005-02-25 03:00:12 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Atom Makefile distinfo Log: - 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. Revision Changes Path 1.11 +1 -1 ports/textproc/p5-XML-Atom/Makefile 1.9 +2 -2 ports/textproc/p5-XML-Atom/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502250300.j1P30ChX014745>