NAME
Test - provides a simple framework for writing test scripts
SYNOPSIS
use strict;
use Test;
BEGIN { declare(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 provides a few handy tools that make conforming just a little bit easier.
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 70:
Non-ASCII character seen before =encoding in '©'. Assuming CP1252