Tue Aug 31 23:19:59 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.48:
* fix the $rss->parse($string)->other_method() display (had to add spaces between the << and >>) RT#56848
- changes from 1.47:
* made sure XML::RSS::save() can do its thing when in taint mode, RT#52334
- changes from 1.46:
* removed the perl-5.6.x-specific workarounds and made perl-5.8.x as a requirement;
this was done in order to:
+ avoid a workaround that also caused an incomplete test coverage
+ avoid various test failures due to a problem with XML-Parser on 5.6.x
+ encourage people using ancient versions of perl in production
+ convert all occurences of "new XML::RSS" to "XML::RSS->new()" everywhere
- changes from 1.45:
* removed some unused module requirements statements from lib/**.pm
- changes from 1.44:
* add support for multiple enclosures
- changes from 1.42:
* when transforming elements with attributes into hash-refs - make sure they are placed in the correct namespace
- changes from 1.41:
* made the default keys for the channel link, description and title undef instead of ''. They become '' once they are opened; RT#40686
* now keeping track of rdf:resource of <image> in RSS 1.0, RT#3978
* made sure that channel/{link,description,title} are localized to the empty string before rendering, to allow for better backwards compatibility; RT#40686
- changes from 1.40:
* now outputting an arrayref of <skipDays>/<day>'s and <skipHours>/<hours> properly; RT#40978
* now parsing multiple <category>'ies inside an <item> into an array-reference; RT#38296
* now outputting an arrayref of <item>/<category> properly; RT#38296
* parsing multiple <channel>/<category> into arrays; RT#9729
* rendering multiple <channel>/<category> elements from array refs; RT#9729
* now parsing multiple dc:items into an array reference (at least inside an <item>); RT#6000
* added the modules_as_arrays option to parse repeatable module elements into an array ref