https://github.com/nunorc/html-examiner
HTML::Examiner Perl Module
https://github.com/nunorc/html-examiner
Last synced: about 2 months ago
JSON representation
HTML::Examiner Perl Module
- Host: GitHub
- URL: https://github.com/nunorc/html-examiner
- Owner: nunorc
- Created: 2010-05-03T21:17:56.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-05-06T21:22:35.000Z (about 15 years ago)
- Last Synced: 2025-04-09T21:54:45.866Z (about 2 months ago)
- Language: Perl
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
HTML::Examiner is a module to run rule based verifications on HTML. This
is not a module to execute W3C validations. The rules are described using
a Domain Specific Language. See module's documentation for more info.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc HTML::Examiner
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-ExaminerAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/HTML-ExaminerCPAN Ratings
http://cpanratings.perl.org/d/HTML-ExaminerSearch CPAN
http://search.cpan.org/dist/HTML-Examiner/LICENSE AND COPYRIGHT
Copyright (C) 2010 Nuno Carvalho
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.