Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-XML-RSS
From: Thomas Klausner
Date: 2008-04-16 15:34:03
Message id: 20080416133403.178CE175D0@cvs.netbsd.org
Log Message:
Update to 1.32:
1.32 - February 8, 2008
- Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25336 :
- made sure the namespace specified elements can have a hash
as a value in which case they'll be outputted as a standalone tag
with attributes.
- Fixed http://rt.cpan.org/Ticket/Display.html?id=25368 :
- changed pop() to shift() to remove the oldest item in the
example in lib/XML/RSS.pm, per the comments in the bug report.
- Fixed http://rt.cpan.org/Ticket/Display.html?id=24329#txn-296761 :
- updated the URLs for information about RSS mentioned under
"=head1 DESCRIPTION", based on a Google search.
- (Shlomi Fish)
- Fixed http://rt.cpan.org/Ticket/Display.html?id=33001 :
- made sure that isPermalink is true if and only if the isPermalink
attribute is "true". Not if it is non-existent, etc.
- this modified the behaviour of the module.
Files: