Changes for version 1.32
- 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.
Modules
creates and updates RSS files
Provides
in testlib/Test/Run/CmdLine/WithTestManifest.pm
in lib/XML/RSS/Private/Output/Base.pm
in lib/XML/RSS/Private/Output/Roles/ImageDims.pm
in lib/XML/RSS/Private/Output/Roles/ModulesElems.pm
in lib/XML/RSS/Private/Output/V0_9.pm
in lib/XML/RSS/Private/Output/V0_91.pm
in lib/XML/RSS/Private/Output/V1_0.pm
in lib/XML/RSS/Private/Output/V2_0.pm
Examples
- examples/0.9/create_rss.pl
- examples/0.9/linuxtoday.rdf
- examples/0.9/rss-0.9.dtd
- examples/0.9/slashdot.rdf
- examples/0.91/create_rss_0.91.pl
- examples/0.91/create_rss_0.91_full.pl
- examples/0.91/fm.rdf
- examples/0.91/fm0.91.rdf
- examples/0.91/fm0.91_full.rdf
- examples/0.91/rss-0.91.dtd
- examples/0.91/xmlnews.rdf
- examples/1.0/create_rss_1.0.pl
- examples/1.0/rss1.0.rdf
- examples/1.0/slash.rdf
- examples/1.0/update_rss_1.0.pl
- examples/README
- examples/convert.pl
- examples/create_rss_multiple.pl
- examples/rss2html.pl
- examples/rss_info.pl
- examples/update_rss.pl