The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Test::HTML::Form.

1.01 December 28 2019
        Add reset of parsed_html cache on changed content

1.00 March 22 2018
        Fix Data::Dumper maxdepth bug
        Fix handling of undefined tags
        Added new tests for missing tags

0.06 Dec 18 2011
	Forms can be fetched by id or name
	

0.05 Apr 20 2010
	comments no longer stripped
        no longer passing undecoded utf to HTML::Parser, so no more complaints about it producing garbage
	added new 'script_matches' function as HTML::Treebuilder will strip contents of script tags and this provides a workaround

0.04 Jan 13 2009
	tag_matches handles one or more tags to match
	link_matches a or link tags
	removed duplicate tag_matches function (how did that get there?)

0.03 November 26 2009
	Improvements to POD
	Fixed cases where matching multiple form elements of same name

0.02  June 16 2009
        Updated to take http response object as well as filename
        Changed method names to be clearer

0.01  Mon Jan 19 20:18:40 2009
	Initial version based on inhouse development