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

use Output::Validate;


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.

Troy Denkinger (troy@pokergeek.com)

Version 1.0

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.