Commit graph

6 commits

Author SHA1 Message Date
joerg
4807e230f8 Restore p5- prefix. 2009-02-23 23:40:18 +00:00
wiz
27f69b9e08 Update to 0.41:
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
2009-02-22 15:58:30 +00:00
obache
922af3c544 Call this version 0.3 as 0.30 to avoid downgrade.
Previous version was named as 0.12.
2008-12-26 13:31:00 +00:00
abs
98ed3c6cbf Updated textproc/p5-XML-Feed to 0.3
0.3 2008-11-04
    - Allow more flexible identification of Formats
      https://rt.cpan.org/Ticket/Display.html?id=14725
      (Brian Cassidy BRICAS)

0.23 2008-10-23
    - Fix mixing and matching of RSS and Atom
      http://rt.cpan.org/Ticket/Display.html?id=21335
      (Shlomi Fish SHLOMIF)
    - Note that multiple categories was fixed at some point
      http://rt.cpan.org/Ticket/Display.html?id=30234
      (mattn)
    - Work with xml:base (depending on version of XML::RSS)
      http://rt.cpan.org/Ticket/Display.html?id=21135
      http://bugs.debian.org/381359
      (Gregor Herrmann and Joey Hess)

0.22 2008-10-22
    - Correct namespace for terms in RSS
      http://rt.cpan.org/Ticket/Display.html?id=25393
      (Kent Cowgill KCOWGILL)
    - Up the minimum requirement for XML::RSS to 1.31
      http://rt.cpan.org/Ticket/Display.html?id=23588
      (Andreas König ANDK)
    - Created test for
      http://rt.cpan.org/Ticket/Display.html?id=18810
      (Ryan Tate)
    - Allow creation of a self link
      http://rt.cpan.org/Ticket/Display.html?id=39924
      (Shlomi Fish SHLOMIF)
    - Add support for GEORSS
      http://rt.cpan.org/Ticket/Display.html?id=39924
      (Scott Gifford GIFF)
    - Fix fetching through proxies
      http://rt.cpan.org/Ticket/Display.html?id=36233
      (Trevor Vallender)

0.21 2008.10.15
    - Remove the inc directory because it's not needed anymore

0.20 2008.10.15
    - Allow specification of the parsing format. Fixes bugs
      http://rt.cpan.org/Public/Bug/Display.html?id=35580 and
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394
      (Gregor Herrmann and Martin F Krafft)
    - Allow pass through of initialisation options
      http://rt.cpan.org/Public/Bug/Display.html?id=24729
      (Christopher H. Laco CLACO)
    - Force working version XML::Atom
      http://rt.cpan.org/Public/Bug/Display.html?id=22548
      http://rt.cpan.org/Public/Bug/Display.html?id=19920
    - Allow extra Atom accessors
      http://rt.cpan.org/Public/Bug/Display.html?id=33881
      (Paul Mison PMISON)
    - Prevent empty content
      http://rt.cpan.org/Public/Bug/Display.html?id=29684
      (Dave Rolsky DROLSKY)
    - Cope with "updated" and "published" elements
      http://rt.cpan.org/Public/Bug/Display.html?id=20763
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498
      (Gregor Herrmann and Joey Hess)
    - Switch to Module::Build
      http://rt.cpan.org/Public/Bug/Display.html?id=38283
      http://rt.cpan.org/Public/Bug/Display.html?id=20575
      http://rt.cpan.org/Public/Bug/Display.html?id=21300
2008-11-13 22:30:59 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00
heinz
9449b97165 Initial import of p5-XML-Feed 0.12.
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).
2007-04-30 22:57:59 +00:00