X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest.pm;h=dcc5f686983cb68ebeff75287f9fffd414de3a9f;hb=afc46004557cada88060a20d235b3f5e6303a4ac;hp=3dab894ecf5d4c35eb6c44cc38fde75b319f9209;hpb=316cf57b585e7de162c0dcdc31670d0d75b6e50e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Test.pm b/lib/Test.pm index 3dab894..dcc5f68 100644 --- a/lib/Test.pm +++ b/lib/Test.pm @@ -64,6 +64,9 @@ Test - provides a simple framework for writing test scripts =head1 DESCRIPTION +B If you are writing a new test, we I you use +the new Test::Simple and Test::More modules instead. + L expects to see particular output when it executes tests. This module aims to make writing proper test scripts just a little bit easier (and less error prone :-). @@ -436,6 +439,8 @@ L, L, L, L L is an interesting alternative testing library. +L and L let you embed tests in code. + =head1 AUTHOR