The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
lib/W3C/LogValidator.pm			Main module for the LogValidator
lib/W3C/LogValidator/Config.pm		Config parser module
lib/W3C/LogValidator/HTMLValidator.pm	Validates the logs against the W3C Markup (HTML) validator service 
lib/W3C/LogValidator/CSSValidator.pm	[new] Validates the logs against the W3C CSS validator service 
lib/W3C/LogValidator/Basic.pm		Returns document sorted according to their popularity (hits)
lib/W3C/LogValidator/SurveyEngine.pm	[experimental] generic Web quality survey module
lib/W3C/LogValidator/Output/HTML.pm	HTML output module
lib/W3C/LogValidator/Output/Raw.pm	Command-line mode output module
lib/W3C/LogValidator/Output/Mail.pm	E-mail output module
samples/NewModule.pm			Template for a new LogValidator validation module
samples/NewOutputModule.pm		Template for a new LogValidator output module
samples/logprocess.conf 		Sample config file
bin/logprocess.pl
MANIFEST				This file
README					Do it! Read this file.
Changes					History of this package
t/base.t				test basic (core) modules
t/module-htmlval.t			test HTMLValidator Module
Makefile.PL
META.yml                                 Module meta-data (added by MakeMaker)