|
NAMETest::Harness::Assert - simple assertSYNOPSIS### FOR INTERNAL USE ONLY ### use Test::Harness::Assert; assert( EXPR, $name ); DESCRIPTIONA 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. AUTHORMichael G Schwern "<schwern at pobox.com>"SEE ALSOCarp::Assert
Visit the GSP FreeBSD Man Page Interface. |