
	THIS IS ALPHA SOFTWARE. DO NOT USE IT. THE DOCUMENTATION MAY BE NOT	IN
	SYNC WITH THE CURRENT CODE. IT IS MORE WORK IN PROGRESS AND CONSTANTLY
	EVOLVING, AND NOT MADE FOR USE YET.

NAME
	Data::Verify - versatile data/type verification, validation and testing

DESCRIPTION

	Introduces the concept of types. Any data can be verified.

KEYWORDS

data manipulation, data types, data patterns, user input, tie.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

CPAN PREREQUISITES

Class::Maker, Error, IO::Extended, Regexp::Common

AUTHOR
    Murat Uenalan, <muenalan@cpan.org>

COPYRIGHT/LICENSE
    (c) 2002 by Murat Uenalan. All rights reserved. Note: This program is
    free software; you can redistribute it and/or modify it under the same
	terms as perl itself.
