File: TODO

package info (click to toggle)
libhtml-microformats-perl 0.105-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 988 kB
  • sloc: perl: 14,121; makefile: 24
file content (15 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* Documentation is pretty sketchy.

* More test cases.

* AUTOLOADed get methods:
	- document them better
		+ can auto-generate much docs using ->format_signature 
	- ensure they can be called as get_X and get_Y where X is the microformat
          class/rel name, and Y is the hash key from ->data which sometimes differ.
		+ make sure any such differences are clearly documented

* Microformats 2.0???

* Drop dependencies on CGI/CGI::Util and URI::URL.