The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.303		2021-01-13	T. R. Wyant
    Add Travis CI testing.

    Get metadata up to snuff.

    Use GitHub as bug tracker. R.I.P. rt.cpan.org.

0.302		2019-08-24	T. R. Wyant
    Fix broken POD links, and test to ensure they stay fixed.

0.301		2019-01-11	T. R. Wyant
    RT 128088 Synopsis should call parse(), not parse_file(). Thanks to
    jabowery for catching this.

0.300		2018-02-01	T. R. Wyant
    Handle <th> like <td>. That is, create a {headers} key in the <tr>
    hash. This contains the <th> hashes for the row, or undef if the
    position contains a <td>. Similarly, the {cells} key contains an
    undef for a <th>. Trailing undefs in both are removed, as is the
    whole tag if it is empty.
    
    A true value for the {classic} argument to new() restores the old
    behavior. The {headers} key in the <table> hash gets populated either
    way.

0.201		2018-01-09	T. R. Wyant
    RT 1237 - Table-in-table bug. Tables containing other tables should
    no longer be truncated.

    RT 7262 - Better error message when calling parse() without
    argument.

0.200		2017-12-27	T. R. Wyant
    Fix RT 32010: Test fails under Perl 5.10.0.

    Modernize structure, metadata.

0.13		2002-07-14	S. Drabble
    - Added note about nested tables.

0.12		2002-07-13	S. Drabble
    - Reversed order of ChangeLog items
    - Fixed problem where tags inside <td></td> were being ignored.
    - Added support & tests for caption element.
    - Removed check for invalid HTML when adding text, since the check for
      out-of-order ness should be made when parsing the elements. Removed the
      tests for this condition in t/1.t


0.11		2002-06-11	S. Drabble
    - Fixed case sensitivity problem.
    - Changed contact address.

0.10		2002-05-07	S. Drabble
    - First version released.

0.01 		2002-05-01	S. Drabble
    - original version; created by h2xs 1.21 with options -X HTML::TableParser

# ex: set textwidth=72 autoindent :