The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Output::Validate - Checks the data structures returned from Sites::* for validity

SYNOPSIS

 use Output::Validate;
 

FUNCTIONS

validate( $output_from_sites );

DESCRIPTION

This modules purpose is to make sure the data structure returned from Sites::* is fit to be passed to the Output::* module specified by the user. Currently, this module just counts data elements and compares them to the expected count.

AUTHOR

Troy Denkinger (troy@pokergeek.com)

VERSION

Version 1.0

COPYRIGHT

Copyright (c) 2005 by Troy Denkinger, all rights reserved. This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.