aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Atom
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-02-25 03:00:12 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-02-25 03:00:12 +0000
commit46b52e54fb73c7beceb0fb03c493a6c58f8b28bb (patch)
tree046ebf03092b7a57beccf0642228cdcdddb21e2f /textproc/p5-XML-Atom
parent30401b1c5886034db160587bf0cf79f25a3f2be6 (diff)
downloadports-46b52e54fb73c7beceb0fb03c493a6c58f8b28bb.tar.gz
ports-46b52e54fb73c7beceb0fb03c493a6c58f8b28bb.zip
- 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.
Notes
Notes: svn path=/head/; revision=129712
Diffstat (limited to 'textproc/p5-XML-Atom')
-rw-r--r--textproc/p5-XML-Atom/Makefile2
-rw-r--r--textproc/p5-XML-Atom/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile
index b99e2906664b..f7a4d9c7a719 100644
--- a/textproc/p5-XML-Atom/Makefile
+++ b/textproc/p5-XML-Atom/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-Atom
-PORTVERSION= 0.10
+PORTVERSION= 0.11
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
diff --git a/textproc/p5-XML-Atom/distinfo b/textproc/p5-XML-Atom/distinfo
index 9bf5f7ed8822..12b0a066135a 100644
--- a/textproc/p5-XML-Atom/distinfo
+++ b/textproc/p5-XML-Atom/distinfo
@@ -1,2 +1,2 @@
-MD5 (XML-Atom-0.10.tar.gz) = c5a42a4de8c31aa411eecb80d8056f04
-SIZE (XML-Atom-0.10.tar.gz) = 33784
+MD5 (XML-Atom-0.11.tar.gz) = b61e0104f8bf554fa005680b87f25959
+SIZE (XML-Atom-0.11.tar.gz) = 34657