Merge from vendor branch TNF:
authorwiz <wiz>
Sat, 7 Aug 2010 06:41:40 +0000 (06:41 +0000)
committerwiz <wiz>
Sat, 7 Aug 2010 06:41:40 +0000 (06:41 +0000)
commit9da1c6d09013124a9a21075d8f75a2785007a9d9
tree6ec4e4c7c109b3a077b1de317fab887eb0f0f08d
parent07e72ea48d7c6fb63c9316ac5a5564d477a89e29
parent5970798951642da6062ea7dba01ffc312e9eb780
Merge from vendor branch TNF:
Initial import of p5-Test-Inter-1.01:

This is another framework for writing test scripts. It is loosely
inspired by Test::More, and has most of it's functionality, but it
is not a drop-in replacement.

Test::More (and other existing test frameworks) suffer from two weaknesses:

   None offer the ability to access specific tests in a reasonably
   interactive fashion

   None offer the ability to write the tests in whatever format
   would make the tests the most readable