You are viewing the version of this documentation from Perl 5.6.2. View the latest version

CONTENTS

NAME

Test::Harness::Assert - simple assert

SYNOPSIS

### FOR INTERNAL USE ONLY ###

use Test::Harness::Assert;

assert( EXPR, $name );

DESCRIPTION

A simple assert routine since we don't have Carp::Assert handy.

For internal use by Test::Harness ONLY!

Functions

assert
assert( EXPR, $name );

If the expression is false the program aborts.

AUTHOR

Michael G Schwern <schwern@pobox.com>

SEE ALSO

Carp::Assert

1 POD Error

The following errors were encountered while parsing the POD:

Around line 58:

You forgot a '=back' before '=head1'