Revision history for Perl extension HTML::TableExtract.
0.05 Tue Mar 21 08:11:54 CST 2000
- Pacify PAUSE
0.04 Tue Mar 21 08:01:55 CST 2000
- Fixed -w init warnings for dangling columns in header mode
- added 'decode' option to turn off text decoding when desired
- internally stores real slices right now rather than sparse
tables that later get massaged.
0.03 Thu Mar 9 13:10:03 CST 2000
- Fixed bug regarding incomplete defaults
- Tables, rows, and cells that are either empty
or contain no text are now properly noted
- Header patterns now match across stripped tags
- In some cases, mangled HTML tables are properly
scanned by inferring missing <TR> tags.
- Depth/Count votes are now properly honored.
- Cleaned up some -w noise.
0.02 Thu Feb 10 13:43:04 CST 2000
- Fixed some problems tracking counts at revisited depths.
- Minor doc fix, added mailing list
0.01 Wed Feb 2 18:24:07 CST 2000
- Initial version.