Test-Smart version 0.01

Test::Smart provides an abstraction layer for human checks. If you are in an environment where you often have to manually check with an expert after a test to ensure your program is working properly Test::Smart will automate this process for you, allowing the expert to answer the yes/no questions and provide feedback and you the developer to recieve pretty TAP output that you can feed into your favorite testing tool, all inside a make test.

This is the very first release and as such there are some TODO features, it is not yet ready for general consumption, but feedback is appreciated.

0.01 released --------

INSTALLATION

To install this module using ExtUtils::MakeMaker type the following:

perl Makefile.PL
make
make test
make install

However this module also includes a newer Module::Build based install script, if you don't know what that is, use the first option:

perl Build.PL
./Build
./Build test
./Build install

DEPENDENCIES

This module requires these other modules and libraries:

Test::Builder

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2007 by Edgar A. Bering

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.