Test-AskAnExpert version 0.03
=====================

Test::AskAnExpert 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::AskAnExpert 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.

0.03 released Tue Jul 24 23:01:44 2007

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 (Core as of 5.6.2, which this module requires anyway)

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.