New version of Test::Simple on its way to CPAN.  Just a few bug fixes
and pushing back the minimum perl version to 5.004.

As always, it can be had from
http://www.pobox.com/~schwern/src/Test-Simple-0.05.tar.gz


0.05  Wed May  9 20:40:35 BST 2001
    - Forgot to include the exit tests.
    - Trouble with exiting properly under 5.005_03 and 5.6.1 fixed
    - Turned off buffering
    - 5.004 new minimum version
    - Now explicitly tested with 5.6.1, 5.6.0, 5.005_03 and 5.004


NAME
    Test::Simple - Basic utilities for writing tests.

SYNOPSIS
      use Test::Simple tests => 1;

      ok( $foo eq $bar, 'foo is bar' );

DESCRIPTION
    This is an extremely simple, extremely basic module for writing tests
    suitable for CPAN modules and other pursuits.

    The basic unit of Perl testing is the ok. For each thing you want to
    test your program will print out an "ok" or "not ok" to indicate pass or
    fail. You do this with the ok() function (see below).


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl6 Quality Assurance     <[EMAIL PROTECTED]>       Kwalitee Is Job One
You're smoother than a tunnel of shining sorrow.

Reply via email to