to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating package for p5 module XML::Feed from 0.42 to 0.43
- Setting gnu-gpl-v2 as license
Upstream changes:
0.43
- Add optional multi enclosure support
- Updating package for p5 module XML::Feed to 0.42 from 0.41
Upstream changes:
0.42
- Fix conversion of multi value fields
http://rt.cpan.org/Ticket/Display.html?id=41794
(Mario Domgoergen)
- Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred.
(Tatsuhiko Miyagawa)
- Added support for enclosures
0.41
- Add handling for multiple categories/tags, including
patch from Shlomi Fish (SHLOMIF)
http://rt.cpan.org/Ticket/Display.html?id=41396
- Force v1.40 of XML::RSS to get proper multiple category support
0.40
- Force v1.37 of XML::RSS to get proper xml:base support
- Force v0.32 of XML::Atom to fix
http://rt.cpan.org/Ticket/Display.html?id=40766
(Thanks to David Brownlee for the help in fixing)
- Add support for format() in Entry
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
XML::Feed is a syndication feed parser for both RSS and Atom feeds. It
also implements feed auto-discovery for finding feeds, given a URI.
The goal of XML::Feed is to provide a unified API for parsing and using
the various syndication formats. The different flavors of RSS and Atom
handle data in different ways: date handling; summaries and content;
escaping and quoting; etc. This module attempts to remove those differ-
ences by providing a wrapper around the formats and the classes imple-
menting those formats (XML::RSS and XML::Atom::Feed).