HTML-WidgetValidator version 0.0.3
When HTML code is passed to HTML::WidgetValidator, it will analyze the code to see what kind
of Widget it is for. It is possible to pre-specify the type of Widget that will be detected
(if nothing is specified all included Widget types will be considered).
If the HTML Tag representing the Widget is too long, it is necessary to divide the HTML
code up by elements. For example the Yahoo! Weather Information code below is comprised of
two scripts, it is necessary to pass along each script separately.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build install
COPYRIGHT AND LICENCE
Copyright (C) 2007, Takaaki Mizuno
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.