Revision history for Perl extension Test::HTML::Content.

0.05 20030412
  - Added XPath functionality (xpath_ok, no_xpath, xpath_count)
  - Added fallback to old functionality if neither XML::LibXML nor
    XML::XPath are available
  - refactored code to have less duplication, at the cost of
    some functions passed as parameters (this shouldn't bother you,
    as it is all hidden)

0.04 lost in the void

0.03  Mon Sep 23 2002
  - Fixed Pod (Thanks to Andy Lester)
  - Added a test for the synopsis (Thanks to Andy Lester)
  - Added a test for Pod consistency (Thanks to Andy Lester and brian d foy)
  - Added text_ok(), no_text() and text_count()
  - Fixed reporting of errors to the correct level. Errors now
    get reported in your test file instead of somewhere within
    Content.pm

0.02  Sun Sep 22 2002
  - Renamed from Test::HTML to Test::HTML::Content
  - Added warnings for the module again, if available
  - Fixed inconsistencies between usage of
    HTML::Parser v2 and HTML::Parser v3 (as displayed through
    HTML::TokeParser)

0.01  Wed Sep 18 13:53:54 2002
  - original version; created by h2xs 1.20 with options
    -X Test::HTML