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

This module is only for internal use.
use Test::Run::Assert;
assert ( EXPR , $name );

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

Originally written by:
Michael G Schwern <schwern@pobox.com>
Rewritten as MIT-X11 Licensed code by:
Shlomi Fish http://www.shlomifish.org/

Copyright by Shlomi Fish, 2008.

This file is licensed under the MIT X11 License: