-
-
22 Nov 2004 22:52:39 UTC
- Distribution: Apache-Lint
- Module version: 0.10
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (6 / 349 / 1)
- Kwalitee
Bus factor: 1- 83.33% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.6KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- HTML::Lint
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
<Location /my/uri> SetHandler perl-script PerlSetVar Filter On PerlHandler Your::Handler Apache::Lint </Location>
Your handler
Your::Handler
must be Apache::Filter-aware. At the top of your handler, put this line:my $r = shift; $r = $r->filter_register
VERSION
Version 0.10
FUNCTIONS
handler()
Apache::Filter-aware content handler. Your other handlers in the chain must also be filter-aware.
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>
Module Install Instructions
To install Apache::Lint, copy and paste the appropriate command in to your terminal.
cpanm Apache::Lint
perl -MCPAN -e shell install Apache::Lint
For more information on module installation, please visit the detailed CPAN module installation guide.