http://svn.schwern.org/svn/CPAN/Test-Legacy/trunk
or
svn://svn.schwern.org/CPAN/Test-Legacy/trunk
or
http://www.pobox.com/~schwern/src/Test-Legacy-1.2501.tar.gz
or
a CPAN near you.

Test::Legacy is a Test.pm work-alike.  It strives to emulate Test.pm as
closely as possible.  The difference is it uses Test::Builder so you
can use Test::Legacy with other Test:: modules (ones that use Test::Builder,
which is most everything lately).

It is intended as a drop in replacement for existing tests based on Test.pm 
so they can use other testing modules.

Test::Legacy does have some differences from Test.pm.  Here are the
known ones.

     * diagnostics
         Because Test::Legacy uses Test::Builder for most of the work, fail-
         ure diagnostics are not the same as Test.pm and are unlikely to
         ever be.

     * onfail
         Currently the onfail subroutine does not get passed a description
         of test failures.  This is slated to be fixed in the future.


-- 
Michael G Schwern        [EMAIL PROTECTED]  http://www.pobox.com/~schwern/
Keep your stick on the ice.
    -- Red Green

Reply via email to