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

NAME

  Test - provides a simple framework for writing test scripts

SYNOPSIS

  use strict;
  use Test;
  BEGIN { todo tests => 15, failok => [3,7] }

  my $result = "looks good";
  ok($result =~ m/good/) or warn $result;

DESCRIPTION

Test::Harness expects to see particular output when it executes test scripts. This module tries to make conforming just a little bit easier (and less error prone).

Tests listed in failok will never fail. They will either succeed or be skipped.

AUTHOR

Copyright © 1998 Joshua Nathaniel Pritikin. All rights reserved.

This package is free software and is provided "as is" without express or implied warranty. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 74:

Non-ASCII character seen before =encoding in '©'. Assuming CP1252