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


NAME

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


SYNOPSIS

 use Output::Validate;
 
 =head1 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.