NAME
W3C::LogValidator::CHANGEME
SYNOPSIS
use W3C::LogValidator::CHANGEME;
my $validator = new W3C::LogValidator::CHANGEME(\%mod_config);
my $max_invalid = 12;
# how many log entries are parsed and returned before we stop
# 0 -> processes everything
my %results= $validator->process_list($max_invalid);
DESCRIPTION
This module is part of the W3C::LogValidator suite, and does cool things
AUTHOR
you <your@address>
SEE ALSO
W3C::LogValidator::LogProcessor, perl(1).