~ubuntu-branches/ubuntu/oneiric/libxml-tokeparser-perl/oneiric

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2010-10-03 11:00:36 UTC
  • Revision ID: james.westby@ubuntu.com-20101003110036-s82cygco63wsfqp9
Tags: upstream-0.05
ImportĀ upstreamĀ versionĀ 0.05

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Here's the TODO list, in no particular order:
 
2
 
 
3
- cleanup code, maybe refactor (as per http://perlmonks.com/index.pl?node_id=264094 ).
 
4
- XML::Parser will die on bad xml, so I might wrap some calls in eval ... 
 
5
- Improve test suite (add optional Catalog tests for one).
 
6
- Improve documentation (add more examples).