1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- 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.
This commit is contained in:
Cheng-Lung Sung 2005-02-25 03:00:12 +00:00
parent 30401b1c58
commit 46b52e54fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129712
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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