The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Simply - Test::Simple for perl 5.00503

SYNOPSIS

  use Test::Simply tests => 1;
  ok( $foo eq $bar, 'foo is bar' );

DESCRIPTION

Yet another implementation of Test::Simple for perl 5.00503. Please see original Test::Simple's document to more information. Test::Simple - Basic utilities for writing tests.

AUTHOR

INABA Hitoshi <ina@cpan.org>

This project was originated by INABA Hitoshi.

LICENSE AND COPYRIGHT

This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO