The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02

  • Doc tweaks.
  • This be 0.02. Remember to read the backward incompatible changes below.

Changes for version 0.01_02

  • Doc screw up

Changes for version 0.01_01

  • Initial CPAN release

Changes for version 0.01_01

  • Typo in Build.PL/Makefile.PL (Tatsuhiko Miyagawa)
  • Backwards Incompatible Change ****
  • Make namespace handling the same as XML::RSS - e.g., <content:encoded> is not parsed as $item->{content}->{encoded}. (thanks to Tatsuhiko Miyagawa for suggestions)
  • Remove add_parse_context(), as it is no longer necessary.
  • Parsing is now done only on nodes that are immediately under <channel> and <item>. This is not correct spec-wise, but it does the job for most of the RSS out there.

Modules

XML::RSS with XML::LibXML (parse-only)