The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Test::HTML::Content version 0.09
=========================

This module provides an easy way to test elements of 
generated HTML. It is intended for tests of templating
systems or generally generated HTML.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

HTML::TokeParser to parse the HTML
Test::Builder    to implement test functionality

COPYRIGHT AND LICENCE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Copyright (C) 2002-2013 Max Maischein, corion@cpan.org