File: TODO

package info (click to toggle)
libxml-rss-perl 1.49-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 768 kB
  • sloc: perl: 6,894; xml: 378; makefile: 8
file content (31 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
http://rt.cpan.org/Public/Dist/Display.html?Name=XML-RSS


--- before the next release-ish

- wrong handling enclosure subelement of item
  http://rt.cpan.org/Ticket/Display.html?id=21740

--- soon-ish

- Make all the date/time interfaces accept and emit DateTime dates (maybe unix
  timestamps too?) instead of strings

--- eventually

- use a better / more liberal XML parser

- fix skipHour and skipDay methods (bdf: what's wrong with them?)

- rewrite for extendability (base class with a derived one for 
  each version)

- auto encode text?

- Investigate parsing multiple dc:items into an array reference when
inside other elements besides an <item>:
    - http://rt.cpan.org/Public/Bug/Display.html?id=6000

- Add a way (and an option) to parse module items with duplicate keys into
an array reference.
    - check more edge cases with other than <image> elements.