osx man page for test::harness::assert

Query: test::harness::assert

OS: osx

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Test::Harness::Assert(3pm)				 Perl Programmers Reference Guide				Test::Harness::Assert(3pm)

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 at pobox.com>"
SEE ALSO
Carp::Assert perl v5.10.0 2007-12-18 Test::Harness::Assert(3pm)
Related Man Pages
assert_options(3) - php
test::harness::straps(3pm) - osx
test::unit::assertion(3pm) - debian
test::unit::assertion::regexp(3pm) - debian
test::harness::straps(3pm) - redhat
Similar Topics in the Unix Linux Community
AIX Links
My first PERL incarnation... Audio Oscillograph
Python: Refer a properties file from different location