Revision history for Perl extension HTML::Table.

1.04a 4 December 2000
    - Changed documentation, added reference to Japanese translation.

1.04  17 August 2000
    - Minor change to remove 'uninitialized variable' warning when working with -w

1.03  13 July 2000
	- Overloaded the "" string interpolation operator onto the getTable method.
      This alows the use of the object reference 'in-line' in strings.
      Thanks to "B. K. Oxley" <binkley@bigfoot.com> for this suggestion.

1.02  12 July 2000
    - Changed setBorder, setCellPadding, setCellSpacing code to allow the attribute
      to take zero (0) values.

1.01  7th July 2000
    - Minor changes to the documentation section of Table.pm

1.00  5th July 2000
	- New maintainer, Anthony Peacock (a.peacock@chime.ucl.ac.uk)

	- Added method - getCell(row_num, col_num) - to return the contents of 
		the specified cell as a string. (a.peacock@chime.ucl.ac.uk)

0.90  27th January 1998
	- original version created by Stacy Lacy