NAME
Apache::Lint - Apache wrapper around HTML::Lint
SYNOPSIS
Apache::Lint passes all your mod_perl-generated code through the HTML::Lint module, and spits out the resulting errors into.
<Files *.pl>
SetHandler perl-script
PerlHandler Apache::RegistryFilter Apache::Lint
Options +ExecCGI
PerlSetVar Filter On
</Files>
XXX Put in sample code into httpd.conf
VERSION
Version 0.02
$Id: Lint.pm,v 1.3 2002/05/31 21:30:55 petdance Exp $
CAVEATS
EVERYTHING that gets passed thru Apache::Lint gets forced to text/html, because Apache::RegistryFilter eats the content-type. :-(
TODO
Almost everything is a TODO. This version barely runs at all, but I want to get it out there.
Fix it so the HTML::Lint::Errors get loaded properly.
SEE ALSO
TODO
Make it work
LICENSE
This code may be distributed under the same terms as Perl itself.
Please note that these modules are not products of or supported by the employers of the various contributors to the code.
AUTHOR
Andy Lester, <andy@petdance.com>