Ben Trott and I are planning to do XML::Atom and XML::Feed hackathon mid-week of next week to clear up the tasks that have been tagged "ToDo" for a long time.
If you have some requests or local hack to these modules, let me know to figure out if we can incorpolate the changes during the hackathon.
My XML::Atom Baggage (Score:2)
I filed this bug report for XML::Feed [cpan.org]. However, it is possible it may work by converting the feed from Atom to RSS using the following function:
Re: (Score:1)
Dependencies (Score:2)
XML::Feed has a lot of dependencies. They all look like they're getting used, but anything to reduce the number of required modules would be swell. I provide this list in case there's anything that you see that is surprising: "Oh, we don't need to include THAT."
Here's a list of unique dependencies:
--
xoa
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
Module::Depends::Tree: http://search.cpan.org/dist/Module-Depends-Tree/ [cpan.org]
--
xoa
My requests... (Score:1)
* Support for SAX and a PurePerl version fallback option
* Use XML::RAI and/or XML::RSS::Parser
Re: (Score:1)
We're afraid of breaking the existent apps that rely on XML::Atom internal use of XML::LibXML (which is bad, but I know a couple of examples), so we need to figure out how to make it backward compatible.
Re: (Score:1)