NAME

Test::Run::Assert - A Simple Assert Function.

SYNPOSIS

This module is only for internal use.

use Test::Run::Assert;

assert ( EXPR , $name );

EXPORTS

assert($condition, $name)

If condition is false - croak with the description $name.

AUTHOR

Originally written by:

Michael G Schwern <schwern@pobox.com>

Rewritten as MIT-X11 Licensed code by:

Shlomi Fish http://www.shlomifish.org/

COPYRIGHT

Copyright by Shlomi Fish, 2008.

LICENSE

This file is licensed under the MIT X11 License:

http://www.opensource.org/licenses/mit-license.php