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
test.pl			very basic test - mostly dependence check
Makefile.PL
META.yml                                 Module meta-data (added by MakeMaker)
